#55A1A5

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

Shades of Cadet Blue #55A1A5

Tints of Cadet Blue #55A1A5

Color information

#55A1A5 (or 0x55A1A5) is unknown color: approx Cadet Blue. HEX triplet: 55, A1 and A5. RGB value is (85,161,165). Sum of RGB (Red+Green+Blue) = 85+161+165=411 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.68% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 165 - color contains mainly: blue. Hex color #55A1A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A1A5 is #AA5E5A. Grayscale: #8A8A8A. Windows color (decimal): -11165275 or 10854741. OLE color: 10854741.

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

Color convert

RGB85161165-
CMYK0.480.0200.35
HSL183º32%49.02%-
HSV(B)183º48.48%64.71%-
XYZ23.2830.1440.19-
YUV138.73142.8289.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.68%
GREEN value IS 161 (63.28% from 255) = 39.17%
BLUE value IS 165 (64.84% from 255) = 40.15%
R=20.68%
G=39.17%
B=40.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal851611650.480.0200.351833249.02
Hex55A1A5302023b72031
Octal1252412456020432674061
Binary1010101101000011010010111000010010001110110111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #55A1A5;
 }
 .AnyTagClassName
 {
   color: #55A1A5;
 }
</style>
background-color css

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

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

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

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

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

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