#559EE4

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

Shades of Picton Blue #559EE4

Tints of Picton Blue #559EE4

Color information

#559EE4 (or 0x559EE4) is unknown color: approx Picton Blue. HEX triplet: 55, 9E and E4. RGB value is (85,158,228). Sum of RGB (Red+Green+Blue) = 85+158+228=471 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.05% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 228 (89.45% from 255 or 48.41% from 471); Max value from RGB is 228 - color contains mainly: blue. Hex color #559EE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559EE4 is #AA611B. Grayscale: #8F8F8F. Windows color (decimal): -11165980 or 14982741. OLE color: 14982741.

HSL color Cylindrical-coordinate representation of color #559EE4: hue angle of 209.37º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #559EE4 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB85158228-
CMYK0.630.3100.11
HSL209.37º72.59%61.37%-
HSV(B)209.37º62.72%89.41%-
XYZ29.9831.9977.99-
YUV144.15175.3285.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.05%
GREEN value IS 158 (62.11% from 255) = 33.55%
BLUE value IS 228 (89.45% from 255) = 48.41%
R=18.05%
G=33.55%
B=48.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal851582280.630.3100.11209.3772.5961.37
Hex559EE43F1F0Bd1493d
Octal125236344773701332111175
Binary101010110011110111001001111111111101011110100011001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,158,228); }

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

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

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

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

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

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

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