#559AA7

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

Shades of Cadet Blue #559AA7

Tints of Cadet Blue #559AA7

Color information

#559AA7 (or 0x559AA7) is unknown color: approx Cadet Blue. HEX triplet: 55, 9A and A7. RGB value is (85,154,167). Sum of RGB (Red+Green+Blue) = 85+154+167=406 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.94% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 167 (65.62% from 255 or 41.13% from 406); Max value from RGB is 167 - color contains mainly: blue. Hex color #559AA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559AA7 is #AA6558. Grayscale: #868686. Windows color (decimal): -11167065 or 10984021. OLE color: 10984021.

HSL color Cylindrical-coordinate representation of color #559AA7: hue angle of 189.51º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #559AA7 is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB85154167-
CMYK0.490.0800.35
HSL189.51º32.54%49.41%-
HSV(B)189.51º49.1%65.49%-
XYZ22.2827.8340.76-
YUV134.85146.1492.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.94%
GREEN value IS 154 (60.55% from 255) = 37.93%
BLUE value IS 167 (65.62% from 255) = 41.13%
R=20.94%
G=37.93%
B=41.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal851541670.490.0800.35189.5132.5449.41
Hex559AA7318023be2131
Octal12523224761100432764161
Binary101010110011010101001111100011000010001110111110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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