#5C6EAB

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

Shades of Chetwode Blue #5C6EAB

Tints of Chetwode Blue #5C6EAB

Color information

#5C6EAB (or 0x5C6EAB) is unknown color: approx Chetwode Blue. HEX triplet: 5C, 6E and AB. RGB value is (92,110,171). Sum of RGB (Red+Green+Blue) = 92+110+171=373 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.66% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C6EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6EAB is #A39154. Grayscale: #6F6F6F. Windows color (decimal): -10719573 or 11234908. OLE color: 11234908.

HSL color Cylindrical-coordinate representation of color #5C6EAB: hue angle of 226.33º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C6EAB is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB92110171-
CMYK0.460.3600.33
HSL226.33º31.98%51.57%-
HSV(B)226.33º46.2%67.06%-
XYZ17.3416.3740.77-
YUV111.57161.54114.04-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.66%
GREEN value IS 110 (43.36% from 255) = 29.49%
BLUE value IS 171 (67.19% from 255) = 45.84%
R=24.66%
G=29.49%
B=45.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal921101710.460.3600.33226.3331.9851.57
Hex5C6EAB2E24021e22034
Octal13415625356440413424064
Binary1011100110111010101011101110100100010000111100010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,110,171); }

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

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

 a { background-color: rgb(92,110,171); }

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

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

 span { border-color: rgb(92,110,171); }

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