#5F96A2

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

Shades of Cadet Blue #5F96A2

Tints of Cadet Blue #5F96A2

Color information

#5F96A2 (or 0x5F96A2) is unknown color: approx Cadet Blue. HEX triplet: 5F, 96 and A2. RGB value is (95,150,162). Sum of RGB (Red+Green+Blue) = 95+150+162=407 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.34% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 162 (63.67% from 255 or 39.80% from 407); Max value from RGB is 162 - color contains mainly: blue. Hex color #5F96A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F96A2 is #A0695D. Grayscale: #868686. Windows color (decimal): -10512734 or 10655327. OLE color: 10655327.

HSL color Cylindrical-coordinate representation of color #5F96A2: hue angle of 190.75º 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 #5F96A2 is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB95150162-
CMYK0.410.0700.36
HSL190.75º26.48%50.39%-
HSV(B)190.75º41.36%63.53%-
XYZ22.1526.8538.2-
YUV134.92143.2899.52-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.34%
GREEN value IS 150 (58.98% from 255) = 36.86%
BLUE value IS 162 (63.67% from 255) = 39.80%
R=23.34%
G=36.86%
B=39.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal951501620.410.0700.36190.7526.4850.39
Hex5F96A2297024bf1a32
Octal1372262425170442773262
Binary1011111100101101010001010100111101001001011111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F96A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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