#589ECD

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

Shades of Picton Blue #589ECD

Tints of Picton Blue #589ECD

Color information

#589ECD (or 0x589ECD) is unknown color: approx Picton Blue. HEX triplet: 58, 9E and CD. RGB value is (88,158,205). Sum of RGB (Red+Green+Blue) = 88+158+205=451 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.51% from 451); Green value is 158 (62.11% from 255 or 35.03% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #589ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589ECD is #A76132. Grayscale: #8E8E8E. Windows color (decimal): -10969395 or 13475416. OLE color: 13475416.

HSL color Cylindrical-coordinate representation of color #589ECD: hue angle of 204.1º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #589ECD is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB88158205-
CMYK0.570.2300.20
HSL204.1º53.92%57.45%-
HSV(B)204.1º57.07%80.39%-
XYZ27.2730.9462.29-
YUV142.43163.3189.18-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.51%
GREEN value IS 158 (62.11% from 255) = 35.03%
BLUE value IS 205 (80.47% from 255) = 45.45%
R=19.51%
G=35.03%
B=45.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal881582050.570.2300.20204.153.9257.45
Hex589ECD3917014cc3639
Octal13023631571270243146671
Binary101100010011110110011011110011011101010011001100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589ECD; }

 p { color: rgb(88,158,205); }

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

<style>
 a { background-color: #589ECD; }

 a { background-color: rgb(88,158,205); }

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

<style>
 span { border-color: #589ECD; }

 span { border-color: rgb(88,158,205); }

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