#578ED7

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

Shades of Picton Blue #578ED7

Tints of Picton Blue #578ED7

Color information

#578ED7 (or 0x578ED7) is unknown color: approx Picton Blue. HEX triplet: 57, 8E and D7. RGB value is (87,142,215). Sum of RGB (Red+Green+Blue) = 87+142+215=444 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.59% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 215 (84.38% from 255 or 48.42% from 444); Max value from RGB is 215 - color contains mainly: blue. Hex color #578ED7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578ED7 is #A87128. Grayscale: #858585. Windows color (decimal): -11039017 or 14126679. OLE color: 14126679.

HSL color Cylindrical-coordinate representation of color #578ED7: hue angle of 214.22º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #578ED7 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB87142215-
CMYK0.600.3400.16
HSL214.22º61.54%59.22%-
HSV(B)214.22º59.53%84.31%-
XYZ25.8726.2868-
YUV133.88173.7894.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.59%
GREEN value IS 142 (55.86% from 255) = 31.98%
BLUE value IS 215 (84.38% from 255) = 48.42%
R=19.59%
G=31.98%
B=48.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal871422150.600.3400.16214.2261.5459.22
Hex578ED73C22010d63e3b
Octal12721632774420203267673
Binary1010111100011101101011111110010001001000011010110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578ED7; }

 p { color: rgb(87,142,215); }

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

<style>
 a { background-color: #578ED7; }

 a { background-color: rgb(87,142,215); }

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

<style>
 span { border-color: #578ED7; }

 span { border-color: rgb(87,142,215); }

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