#55ACA7

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

Shades of Cadet Blue #55ACA7

Tints of Cadet Blue #55ACA7

Color information

#55ACA7 (or 0x55ACA7) is unknown color: approx Cadet Blue. HEX triplet: 55, AC and A7. RGB value is (85,172,167). Sum of RGB (Red+Green+Blue) = 85+172+167=424 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.05% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 167 (65.62% from 255 or 39.39% from 424); Max value from RGB is 172 - color contains mainly: green. Hex color #55ACA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55ACA7 is #AA5358. Grayscale: #919191. Windows color (decimal): -11162457 or 10988629. OLE color: 10988629.

HSL color Cylindrical-coordinate representation of color #55ACA7: hue angle of 176.55º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55ACA7 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB85172167-
CMYK0.5100.030.33
HSL176.55º34.39%50.39%-
HSV(B)176.55º50.58%67.45%-
XYZ25.4734.2341.82-
YUV145.42140.1884.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.05%
GREEN value IS 172 (67.58% from 255) = 40.57%
BLUE value IS 167 (65.62% from 255) = 39.39%
R=20.05%
G=40.57%
B=39.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851721670.5100.030.33176.5534.3950.39
Hex55ACA7330321b12232
Octal1252542476303412614262
Binary1010101101011001010011111001101110000110110001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55ACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,172,167); }

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

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

 a { background-color: rgb(85,172,167); }

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

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

 span { border-color: rgb(85,172,167); }

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