#55A5A1

Color #55A5A1 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #55A5A1

Tints of Cadet Blue #55A5A1

Color information

#55A5A1 (or 0x55A5A1) is unknown color: approx 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

RGB85165161-
CMYK0.4800.020.35
HSL177º32%49.02%-
HSV(B)177º48.48%64.71%-
XYZ23.6331.4138.54-
YUV140.62139.588.33-

RGB Variations

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

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 (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal851651610.4800.020.351773249.02
Hex55A5A1300223b12031
Octal1252452416002432614061
Binary1010101101001011010000111000001010001110110001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>