Html Css Color HEX #55A598 Cadet Blue

📋 copy color: '#55A598'

red 85 ◦ green 165 ◦ blue 152

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

Shades of Cadet Blue #55A598

Tints of Cadet Blue #55A598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.81%

R = 21.14%
G = 41.04%
B = 37.81%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#55A598 (or 0x55A598) is known color: Cadet Blue. HEX triplet: 55, A5 and 98. RGB value is (85,165,152). Sum of RGB (Red+Green+Blue) = 85+165+152=402 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.14% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 165 - color contains mainly: green. Hex color #55A598 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A598 is #AA5A67. Grayscale: #8B8B8B. Windows color (decimal): -11164264 or 10003797. OLE color: 10003797.

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

Color convert

RGB 85 165 152 -
CMYK 0.48 0 0.08 0.35
HSL 170.25º 0.32% 0.49% -
HSV(B) 170.25º 0.48% 0.65% -
XYZ 22.87 31.11 34.51 -
YUV 139.6 135 89.06 -
System Red Green Blue C M Y K H S L
Decimal 85 165 152 0.48 0 0.08 0.35 170.25 0.32 0.49
Hex 55 A5 98 30 0 8 23 AA 20 31
Octal 125 245 230 60 0 10 43 252 40 61
Binary 1010101 10100101 10011000 110000 0 1000 100011 10101010 100000 110001

Color Harmonies of #55A598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A598

Black with #55A598

Text Example


Text Example

White with #55A598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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