Html Css Color HEX #55A299 Cadet Blue

📋 copy color: '#55A299'

red 85 ◦ green 162 ◦ blue 153

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

Shades of Cadet Blue #55A299

Tints of Cadet Blue #55A299

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.5%

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

R = 21.25%
G = 40.5%
B = 38.25%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#55A299 (or 0x55A299) is known color: Cadet Blue. HEX triplet: 55, A2 and 99. RGB value is (85,162,153). Sum of RGB (Red+Green+Blue) = 85+162+153=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 162 - color contains mainly: green. Hex color #55A299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A299 is #AA5D66. Grayscale: #898989. Windows color (decimal): -11165031 or 10068565. OLE color: 10068565.

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

Color convert

RGB 85 162 153 -
CMYK 0.48 0 0.06 0.36
HSL 172.99º 0.31% 0.48% -
HSV(B) 172.99º 0.48% 0.64% -
XYZ 22.42 30.07 34.76 -
YUV 137.95 136.49 90.23 -
System Red Green Blue C M Y K H S L
Decimal 85 162 153 0.48 0 0.06 0.36 172.99 0.31 0.48
Hex 55 A2 99 30 0 6 24 AD 1F 30
Octal 125 242 231 60 0 6 44 255 37 60
Binary 1010101 10100010 10011001 110000 0 110 100100 10101101 11111 110000

Color Harmonies of #55A299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A299

Black with #55A299

Text Example


Text Example

White with #55A299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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