Html Css Color HEX #55A497 Cadet Blue

📋 copy color: '#55A497'

red 85 ◦ green 164 ◦ blue 151

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

Shades of Cadet Blue #55A497

Tints of Cadet Blue #55A497

RGB

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

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

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

R = 21.25%
G = 41%
B = 37.75%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#55A497 (or 0x55A497) is known color: Cadet Blue. HEX triplet: 55, A4 and 97. RGB value is (85,164,151). Sum of RGB (Red+Green+Blue) = 85+164+151=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 164 - color contains mainly: green. Hex color #55A497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A497 is #AA5B68. Grayscale: #8A8A8A. Windows color (decimal): -11164521 or 9938005. OLE color: 9938005.

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

Color convert

RGB 85 164 151 -
CMYK 0.48 0 0.08 0.36
HSL 170.13º 0.32% 0.49% -
HSV(B) 170.13º 0.48% 0.64% -
XYZ 22.61 30.72 34.02 -
YUV 138.9 134.83 89.56 -
System Red Green Blue C M Y K H S L
Decimal 85 164 151 0.48 0 0.08 0.36 170.13 0.32 0.49
Hex 55 A4 97 30 0 8 24 AA 20 31
Octal 125 244 227 60 0 10 44 252 40 61
Binary 1010101 10100100 10010111 110000 0 1000 100100 10101010 100000 110001

Color Harmonies of #55A497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A497

Black with #55A497

Text Example


Text Example

White with #55A497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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