#55999A

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

Shades of Cadet Blue #55999A

Tints of Cadet Blue #55999A

Color information

#55999A (or 0x55999A) is unknown color: approx Cadet Blue. HEX triplet: 55, 99 and 9A. RGB value is (85,153,154). Sum of RGB (Red+Green+Blue) = 85+153+154=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 154 - color contains mainly: blue. Hex color #55999A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55999A is #AA6665. Grayscale: #848484. Windows color (decimal): -11167334 or 10131797. OLE color: 10131797.

HSL color Cylindrical-coordinate representation of color #55999A: hue angle of 180.87º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55999A is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB85153154-
CMYK0.450.0100.40
HSL180.87º28.87%46.86%-
HSV(B)180.87º44.81%60.39%-
XYZ20.9727.0534.69-
YUV132.78139.9793.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.68%
GREEN value IS 153 (60.16% from 255) = 39.03%
BLUE value IS 154 (60.55% from 255) = 39.29%
R=21.68%
G=39.03%
B=39.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851531540.450.0100.40180.8728.8746.86
Hex55999A2D1028b51d2f
Octal1252312325510502653557
Binary10101011001100110011010101101101010001011010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55999A; }

 p { color: rgb(85,153,154); }

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

<style>
 a { background-color: #55999A; }

 a { background-color: rgb(85,153,154); }

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

<style>
 span { border-color: #55999A; }

 span { border-color: rgb(85,153,154); }

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