#559ACC

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

Shades of Picton Blue #559ACC

Tints of Picton Blue #559ACC

Color information

#559ACC (or 0x559ACC) is unknown color: approx Picton Blue. HEX triplet: 55, 9A and CC. RGB value is (85,154,204). Sum of RGB (Red+Green+Blue) = 85+154+204=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #559ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559ACC is #AA6533. Grayscale: #8A8A8A. Windows color (decimal): -11167028 or 13408853. OLE color: 13408853.

HSL color Cylindrical-coordinate representation of color #559ACC: hue angle of 205.21º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #559ACC is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB85154204-
CMYK0.580.2500.2
HSL205.21º53.85%56.67%-
HSV(B)205.21º58.33%80%-
XYZ26.229.461.42-
YUV139.07164.6489.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.19%
GREEN value IS 154 (60.55% from 255) = 34.76%
BLUE value IS 204 (80.08% from 255) = 46.05%
R=19.19%
G=34.76%
B=46.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal851542040.580.2500.2205.2153.8556.67
Hex559ACC3A19014cd3639
Octal12523231472310243156671
Binary101010110011010110011001110101100101010011001101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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