Html Css Color HEX #5F9EAA Cadet Blue

📋 copy color: '#5F9EAA'

red 95 ◦ green 158 ◦ blue 170

#5F9EAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #5F9EAA

Tints of Cadet Blue #5F9EAA

RGB

 RED value IS 95 (37.5% from 255) = 22.46%

 GREEN value IS 158 (62.11% from 255) = 37.35%

 BLUE value IS 170 (66.8% from 255) = 40.19%

R = 22.46%
G = 37.35%
B = 40.19%

CMYK

 C value IS 0.44

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F9EAA (or 0x5F9EAA) is known color: Cadet Blue. HEX triplet: 5F, 9E and AA. RGB value is (95,158,170). Sum of RGB (Red+Green+Blue) = 95+158+170=423 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.46% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F9EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9EAA is #A06155. Grayscale: #8C8C8C. Windows color (decimal): -10510678 or 11181663. OLE color: 11181663.

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

Color convert

RGB 95 158 170 -
CMYK 0.44 0.07 0 0.33
HSL 189.6º 0.31% 0.52% -
HSV(B) 189.6º 0.44% 0.67% -
XYZ 24.2 29.79 42.5 -
YUV 140.53 144.63 95.52 -
System Red Green Blue C M Y K H S L
Decimal 95 158 170 0.44 0.07 0 0.33 189.6 0.31 0.52
Hex 5F 9E AA 2C 7 0 21 BE 1F 34
Octal 137 236 252 54 7 0 41 276 37 64
Binary 1011111 10011110 10101010 101100 111 0 100001 10111110 11111 110100

Color Harmonies of #5F9EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9EAA

Black with #5F9EAA

Text Example


Text Example

White with #5F9EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,158,170); }

 H1.HeaderClassName
 {
   color: #5F9EAA;
 }
 .AnyTagClassName
 {
   color: #5F9EAA;
 }
</style>

background-color css

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

 a { background-color: rgb(95,158,170); }

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

border-color css

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

 span { border-color: rgb(95,158,170); }

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