Html Css Color HEX #55A599 Cadet Blue

📋 copy color: '#55A599'

red 85 ◦ green 165 ◦ blue 153

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

Shades of Cadet Blue #55A599

Tints of Cadet Blue #55A599

RGB

 RED value IS 85 (33.59% from 255) = 21.09%

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

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

R = 21.09%
G = 40.94%
B = 37.97%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#55A599 (or 0x55A599) is known color: Cadet Blue. HEX triplet: 55, A5 and 99. RGB value is (85,165,153). Sum of RGB (Red+Green+Blue) = 85+165+153=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 165 - color contains mainly: green. Hex color #55A599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A599 is #AA5A66. Grayscale: #8B8B8B. Windows color (decimal): -11164263 or 10069333. OLE color: 10069333.

HSL color Cylindrical-coordinate representation of color #55A599: hue angle of 171º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55A599 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 85 165 153 -
CMYK 0.48 0 0.07 0.35
HSL 171º 0.32% 0.49% -
HSV(B) 171º 0.48% 0.65% -
XYZ 22.95 31.14 34.94 -
YUV 139.71 135.5 88.98 -
System Red Green Blue C M Y K H S L
Decimal 85 165 153 0.48 0 0.07 0.35 171 0.32 0.49
Hex 55 A5 99 30 0 7 23 AB 20 31
Octal 125 245 231 60 0 7 43 253 40 61
Binary 1010101 10100101 10011001 110000 0 111 100011 10101011 100000 110001

Color Harmonies of #55A599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A599

Black with #55A599

Text Example


Text Example

White with #55A599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55A599; }

 p { color: rgb(85,165,153); }

 H1.HeaderClassName
 {
   color: #55A599;
 }
 .AnyTagClassName
 {
   color: #55A599;
 }
</style>

background-color css

<style>
 a { background-color: #55A599; }

 a { background-color: rgb(85,165,153); }

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

border-color css

<style>
 span { border-color: #55A599; }

 span { border-color: rgb(85,165,153); }

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