#55A1AF

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

Shades of Cadet Blue #55A1AF

Tints of Cadet Blue #55A1AF

Color information

#55A1AF (or 0x55A1AF) is unknown color: approx Cadet Blue. HEX triplet: 55, A1 and AF. RGB value is (85,161,175). Sum of RGB (Red+Green+Blue) = 85+161+175=421 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.19% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #55A1AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A1AF is #AA5E50. Grayscale: #8B8B8B. Windows color (decimal): -11165265 or 11510101. OLE color: 11510101.

HSL color Cylindrical-coordinate representation of color #55A1AF: hue angle of 189.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55A1AF is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB85161175-
CMYK0.510.0800.31
HSL189.33º36%50.98%-
HSV(B)189.33º51.43%68.63%-
XYZ24.2330.5245.17-
YUV139.87147.8288.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.19%
GREEN value IS 161 (63.28% from 255) = 38.24%
BLUE value IS 175 (68.75% from 255) = 41.57%
R=20.19%
G=38.24%
B=41.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851611750.510.0800.31189.333650.98
Hex55A1AF33801Fbd2433
Octal12524125763100372754463
Binary10101011010000110101111110011100001111110111101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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