Html Css Color HEX #5CA59D Cadet Blue

📋 copy color: '#5CA59D'

red 92 ◦ green 165 ◦ blue 157

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

Shades of Cadet Blue #5CA59D

Tints of Cadet Blue #5CA59D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.86%

 BLUE value IS 157 (61.72% from 255) = 37.92%

R = 22.22%
G = 39.86%
B = 37.92%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#5CA59D (or 0x5CA59D) is known color: Cadet Blue. HEX triplet: 5C, A5 and 9D. RGB value is (92,165,157). Sum of RGB (Red+Green+Blue) = 92+165+157=414 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.22% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 165 - color contains mainly: green. Hex color #5CA59D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA59D is #A35A62. Grayscale: #8E8E8E. Windows color (decimal): -10705507 or 10331484. OLE color: 10331484.

HSL color Cylindrical-coordinate representation of color #5CA59D: hue angle of 173.42º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5CA59D is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 92 165 157 -
CMYK 0.44 0 0.05 0.35
HSL 173.42º 0.29% 0.5% -
HSV(B) 173.42º 0.44% 0.65% -
XYZ 23.95 31.62 36.74 -
YUV 142.26 136.32 92.15 -
System Red Green Blue C M Y K H S L
Decimal 92 165 157 0.44 0 0.05 0.35 173.42 0.29 0.5
Hex 5C A5 9D 2C 0 5 23 AD 1D 32
Octal 134 245 235 54 0 5 43 255 35 62
Binary 1011100 10100101 10011101 101100 0 101 100011 10101101 11101 110010

Color Harmonies of #5CA59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA59D

Black with #5CA59D

Text Example


Text Example

White with #5CA59D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,165,157); }

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

background-color css

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

 a { background-color: rgb(92,165,157); }

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

border-color css

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

 span { border-color: rgb(92,165,157); }

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