#559B9B

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

Shades of Cadet Blue #559B9B

Tints of Cadet Blue #559B9B

Color information

#559B9B (or 0x559B9B) is unknown color: approx Cadet Blue. HEX triplet: 55, 9B and 9B. RGB value is (85,155,155). Sum of RGB (Red+Green+Blue) = 85+155+155=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 155 - color contains mainly: green, blue. Hex color #559B9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559B9B is #AA6464. Grayscale: #868686. Windows color (decimal): -11166821 or 10197845. OLE color: 10197845.

HSL color Cylindrical-coordinate representation of color #559B9B: hue angle of 180º 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 #559B9B is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB85155155-
CMYK0.45000.39
HSL180º29.17%47.06%-
HSV(B)180º45.16%60.78%-
XYZ21.3827.7435.24-
YUV134.07139.8193-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.52%
GREEN value IS 155 (60.94% from 255) = 39.24%
BLUE value IS 155 (60.94% from 255) = 39.24%
R=21.52%
G=39.24%
B=39.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851551550.45000.3918029.1747.06
Hex559B9B2D0027b41d2f
Octal1252332335500472643557
Binary10101011001101110011011101101001001111011010011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559B9B; }

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

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

<style>
 a { background-color: #559B9B; }

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

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

<style>
 span { border-color: #559B9B; }

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

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