#5C6BCA

Color #5C6BCA Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #5C6BCA

Tints of Chetwode Blue #5C6BCA

Color information

#5C6BCA (or 0x5C6BCA) is unknown color: approx Chetwode Blue. HEX triplet: 5C, 6B and CA. RGB value is (92,107,202). Sum of RGB (Red+Green+Blue) = 92+107+202=401 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.94% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C6BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C6BCA is #A39435. Grayscale: #707070. Windows color (decimal): -10720310 or 13265756. OLE color: 13265756.

HSL color Cylindrical-coordinate representation of color #5C6BCA: hue angle of 231.82º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C6BCA is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB92107202-
CMYK0.540.4700.21
HSL231.82º50.93%57.65%-
HSV(B)231.82º54.46%79.22%-
XYZ20.3317.0558.1-
YUV113.34178.03112.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 92 (36.33% from 255) = 22.94%
GREEN value IS 107 (42.19% from 255) = 26.68%
BLUE value IS 202 (79.30% from 255) = 50.37%
R=22.94%
G=26.68%
B=50.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal921072020.540.4700.21231.8250.9357.65
Hex5C6BCA362F015e8333a
Octal13415331266570253506372
Binary101110011010111100101011011010111101010111101000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C6BCA; }

 p { color: rgb(92,107,202); }

 H1.HeaderClassName
 {
   color: #5C6BCA;
 }
 .AnyTagClassName
 {
   color: #5C6BCA;
 }
</style>
background-color css

<style>
 a { background-color: #5C6BCA; }

 a { background-color: rgb(92,107,202); }

 div.DivClassName
 {
   background-color: #5C6BCA;
 }
 .BgClassName
 {
   background-color: #5C6BCA;
 }
</style>
border-color css

<style>
 span { border-color: #5C6BCA; }

 span { border-color: rgb(92,107,202); }

 td.TdClassName
 {
   border-color: #5C6BCA;
 }
 .TagClassName
 {
   border-color: #5C6BCA;
 }
</style>