Html Css Color HEX #5CA497 Cadet Blue

📋 copy color: '#5CA497'

red 92 ◦ green 164 ◦ blue 151

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

Shades of Cadet Blue #5CA497

Tints of Cadet Blue #5CA497

RGB

 RED value IS 92 (36.33% from 255) = 22.6%

 GREEN value IS 164 (64.45% from 255) = 40.29%

 BLUE value IS 151 (59.38% from 255) = 37.1%

R = 22.6%
G = 40.29%
B = 37.1%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#5CA497 (or 0x5CA497) is known color: Cadet Blue. HEX triplet: 5C, A4 and 97. RGB value is (92,164,151). Sum of RGB (Red+Green+Blue) = 92+164+151=407 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.60% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 164 - color contains mainly: green. Hex color #5CA497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA497 is #A35B68. Grayscale: #8C8C8C. Windows color (decimal): -10705769 or 9938012. OLE color: 9938012.

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

Color convert

RGB 92 164 151 -
CMYK 0.44 0 0.08 0.36
HSL 169.17º 0.28% 0.5% -
HSV(B) 169.17º 0.44% 0.64% -
XYZ 23.28 31.06 34.05 -
YUV 140.99 133.65 93.06 -
System Red Green Blue C M Y K H S L
Decimal 92 164 151 0.44 0 0.08 0.36 169.17 0.28 0.5
Hex 5C A4 97 2C 0 8 24 A9 1C 32
Octal 134 244 227 54 0 10 44 251 34 62
Binary 1011100 10100100 10010111 101100 0 1000 100100 10101001 11100 110010

Color Harmonies of #5CA497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA497

Black with #5CA497

Text Example


Text Example

White with #5CA497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,164,151); }

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

background-color css

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

 a { background-color: rgb(92,164,151); }

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

border-color css

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

 span { border-color: rgb(92,164,151); }

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