#5F6DA2

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

Shades of Chetwode Blue #5F6DA2

Tints of Chetwode Blue #5F6DA2

Color information

#5F6DA2 (or 0x5F6DA2) is unknown color: approx Chetwode Blue. HEX triplet: 5F, 6D and A2. RGB value is (95,109,162). Sum of RGB (Red+Green+Blue) = 95+109+162=366 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.96% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 162 - color contains mainly: blue. Hex color #5F6DA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6DA2 is #A0925D. Grayscale: #6E6E6E. Windows color (decimal): -10523230 or 10644831. OLE color: 10644831.

HSL color Cylindrical-coordinate representation of color #5F6DA2: hue angle of 227.46º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5F6DA2 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB95109162-
CMYK0.410.3300.36
HSL227.46º26.48%50.39%-
HSV(B)227.46º41.36%63.53%-
XYZ16.7115.9836.39-
YUV110.86156.86116.69-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.96%
GREEN value IS 109 (42.97% from 255) = 29.78%
BLUE value IS 162 (63.67% from 255) = 44.26%
R=25.96%
G=29.78%
B=44.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal951091620.410.3300.36227.4626.4850.39
Hex5F6DA22921024e31a32
Octal13715524251410443433262
Binary101111111011011010001010100110000101001001110001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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