#5C71AB

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

Shades of Chetwode Blue #5C71AB

Tints of Chetwode Blue #5C71AB

Color information

#5C71AB (or 0x5C71AB) is unknown color: approx Chetwode Blue. HEX triplet: 5C, 71 and AB. RGB value is (92,113,171). Sum of RGB (Red+Green+Blue) = 92+113+171=376 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.47% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C71AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C71AB is #A38E54. Grayscale: #717171. Windows color (decimal): -10718805 or 11235676. OLE color: 11235676.

HSL color Cylindrical-coordinate representation of color #5C71AB: hue angle of 224.05º 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 #5C71AB is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB92113171-
CMYK0.460.3400.33
HSL224.05º31.98%51.57%-
HSV(B)224.05º46.2%67.06%-
XYZ17.6717.0340.88-
YUV113.33160.54112.78-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.47%
GREEN value IS 113 (44.53% from 255) = 30.05%
BLUE value IS 171 (67.19% from 255) = 45.48%
R=24.47%
G=30.05%
B=45.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal921131710.460.3400.33224.0531.9851.57
Hex5C71AB2E22021e02034
Octal13416125356420413404064
Binary1011100111000110101011101110100010010000111100000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C71AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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