#55999B

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

Shades of Cadet Blue #55999B

Tints of Cadet Blue #55999B

Color information

#55999B (or 0x55999B) is unknown color: approx Cadet Blue. HEX triplet: 55, 99 and 9B. RGB value is (85,153,155). Sum of RGB (Red+Green+Blue) = 85+153+155=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 155 - color contains mainly: blue. Hex color #55999B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55999B is #AA6664. Grayscale: #848484. Windows color (decimal): -11167333 or 10197333. OLE color: 10197333.

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

Color convert

RGB85153155-
CMYK0.450.0100.39
HSL181.71º29.17%47.06%-
HSV(B)181.71º45.16%60.78%-
XYZ21.0527.0835.13-
YUV132.9140.4793.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.63%
GREEN value IS 153 (60.16% from 255) = 38.93%
BLUE value IS 155 (60.94% from 255) = 39.44%
R=21.63%
G=38.93%
B=39.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851531550.450.0100.39181.7129.1747.06
Hex55999B2D1027b61d2f
Octal1252312335510472663557
Binary10101011001100110011011101101101001111011011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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