Html Css Color HEX #5DA499 Cadet Blue

📋 copy color: '#5DA499'

red 93 ◦ green 164 ◦ blue 153

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

Shades of Cadet Blue #5DA499

Tints of Cadet Blue #5DA499

RGB

 RED value IS 93 (36.72% from 255) = 22.68%

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

 BLUE value IS 153 (60.16% from 255) = 37.32%

R = 22.68%
G = 40%
B = 37.32%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#5DA499 (or 0x5DA499) is known color: Cadet Blue. HEX triplet: 5D, A4 and 99. RGB value is (93,164,153). Sum of RGB (Red+Green+Blue) = 93+164+153=410 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.68% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 164 - color contains mainly: green. Hex color #5DA499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA499 is #A25B66. Grayscale: #8D8D8D. Windows color (decimal): -10640231 or 10069085. OLE color: 10069085.

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

Color convert

RGB 93 164 153 -
CMYK 0.43 0 0.07 0.36
HSL 170.7º 0.28% 0.5% -
HSV(B) 170.7º 0.43% 0.64% -
XYZ 23.54 31.18 34.91 -
YUV 141.52 134.48 93.39 -
System Red Green Blue C M Y K H S L
Decimal 93 164 153 0.43 0 0.07 0.36 170.7 0.28 0.5
Hex 5D A4 99 2B 0 7 24 AB 1C 32
Octal 135 244 231 53 0 7 44 253 34 62
Binary 1011101 10100100 10011001 101011 0 111 100100 10101011 11100 110010

Color Harmonies of #5DA499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA499

Black with #5DA499

Text Example


Text Example

White with #5DA499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,164,153); }

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

background-color css

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

 a { background-color: rgb(93,164,153); }

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

border-color css

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

 span { border-color: rgb(93,164,153); }

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