Html Css Color HEX #55A29D Cadet Blue

📋 copy color: '#55A29D'

red 85 ◦ green 162 ◦ blue 157

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

Shades of Cadet Blue #55A29D

Tints of Cadet Blue #55A29D

RGB

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

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

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

R = 21.04%
G = 40.1%
B = 38.86%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#55A29D (or 0x55A29D) is known color: Cadet Blue. HEX triplet: 55, A2 and 9D. RGB value is (85,162,157). Sum of RGB (Red+Green+Blue) = 85+162+157=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 162 - color contains mainly: green. Hex color #55A29D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A29D is #AA5D62. Grayscale: #8A8A8A. Windows color (decimal): -11165027 or 10330709. OLE color: 10330709.

HSL color Cylindrical-coordinate representation of color #55A29D: hue angle of 176.1º 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 #55A29D is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 162 157 -
CMYK 0.48 0 0.03 0.36
HSL 176.1º 0.31% 0.48% -
HSV(B) 176.1º 0.48% 0.64% -
XYZ 22.75 30.21 36.53 -
YUV 138.41 138.49 89.91 -
System Red Green Blue C M Y K H S L
Decimal 85 162 157 0.48 0 0.03 0.36 176.1 0.31 0.48
Hex 55 A2 9D 30 0 3 24 B0 1F 30
Octal 125 242 235 60 0 3 44 260 37 60
Binary 1010101 10100010 10011101 110000 0 11 100100 10110000 11111 110000

Color Harmonies of #55A29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A29D

Black with #55A29D

Text Example


Text Example

White with #55A29D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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