#559AC9

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

Shades of Picton Blue #559AC9

Tints of Picton Blue #559AC9

Color information

#559AC9 (or 0x559AC9) is unknown color: approx Picton Blue. HEX triplet: 55, 9A and C9. RGB value is (85,154,201). Sum of RGB (Red+Green+Blue) = 85+154+201=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 201 (78.91% from 255 or 45.68% from 440); Max value from RGB is 201 - color contains mainly: blue. Hex color #559AC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559AC9 is #AA6536. Grayscale: #8A8A8A. Windows color (decimal): -11167031 or 13212245. OLE color: 13212245.

HSL color Cylindrical-coordinate representation of color #559AC9: hue angle of 204.31º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #559AC9 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB85154201-
CMYK0.580.2300.21
HSL204.31º51.79%56.08%-
HSV(B)204.31º57.71%78.82%-
XYZ25.8429.2659.54-
YUV138.73163.1489.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.32%
GREEN value IS 154 (60.55% from 255) = 35%
BLUE value IS 201 (78.91% from 255) = 45.68%
R=19.32%
G=35%
B=45.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal851542010.580.2300.21204.3151.7956.08
Hex559AC93A17015cc3438
Octal12523231172270253146470
Binary101010110011010110010011110101011101010111001100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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