#5F6DAB

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

Shades of Chetwode Blue #5F6DAB

Tints of Chetwode Blue #5F6DAB

Color information

#5F6DAB (or 0x5F6DAB) is unknown color: approx Chetwode Blue. HEX triplet: 5F, 6D and AB. RGB value is (95,109,171). Sum of RGB (Red+Green+Blue) = 95+109+171=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #5F6DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6DAB is #A09254. Grayscale: #6F6F6F. Windows color (decimal): -10523221 or 11234655. OLE color: 11234655.

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

Color convert

RGB95109171-
CMYK0.440.3600.33
HSL228.95º31.15%52.16%-
HSV(B)228.95º44.44%67.06%-
XYZ17.5416.3140.75-
YUV111.88161.36115.96-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.33%
GREEN value IS 109 (42.97% from 255) = 29.07%
BLUE value IS 171 (67.19% from 255) = 45.6%
R=25.33%
G=29.07%
B=45.6%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal951091710.440.3600.33228.9531.1552.16
Hex5F6DAB2C24021e51f34
Octal13715525354440413453764
Binary101111111011011010101110110010010001000011110010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,109,171); }

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

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

 a { background-color: rgb(95,109,171); }

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

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

 span { border-color: rgb(95,109,171); }

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