Html Css Color HEX #55A5A1 Cadet Blue

📋 copy color: '#55A5A1'

red 85 ◦ green 165 ◦ blue 161

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

Shades of Cadet Blue #55A5A1

Tints of Cadet Blue #55A5A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 39.17%

R = 20.68%
G = 40.15%
B = 39.17%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#55A5A1 (or 0x55A5A1) is known color: Cadet Blue. HEX triplet: 55, A5 and A1. RGB value is (85,165,161). Sum of RGB (Red+Green+Blue) = 85+165+161=411 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.68% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 161 (63.28% from 255 or 39.17% from 411); Max value from RGB is 165 - color contains mainly: green. Hex color #55A5A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A5A1 is #AA5A5E. Grayscale: #8C8C8C. Windows color (decimal): -11164255 or 10593621. OLE color: 10593621.

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

Color convert

RGB 85 165 161 -
CMYK 0.48 0 0.02 0.35
HSL 177º 0.32% 0.49% -
HSV(B) 177º 0.48% 0.65% -
XYZ 23.63 31.41 38.54 -
YUV 140.62 139.5 88.33 -
System Red Green Blue C M Y K H S L
Decimal 85 165 161 0.48 0 0.02 0.35 177 0.32 0.49
Hex 55 A5 A1 30 0 2 23 B1 20 31
Octal 125 245 241 60 0 2 43 261 40 61
Binary 1010101 10100101 10100001 110000 0 10 100011 10110001 100000 110001

Color Harmonies of #55A5A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A5A1

Black with #55A5A1

Text Example


Text Example

White with #55A5A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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