#569ECD

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

Shades of Picton Blue #569ECD

Tints of Picton Blue #569ECD

Color information

#569ECD (or 0x569ECD) is unknown color: approx Picton Blue. HEX triplet: 56, 9E and CD. RGB value is (86,158,205). Sum of RGB (Red+Green+Blue) = 86+158+205=449 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.15% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #569ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569ECD is #A96132. Grayscale: #8D8D8D. Windows color (decimal): -11100467 or 13475414. OLE color: 13475414.

HSL color Cylindrical-coordinate representation of color #569ECD: hue angle of 203.7º 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 #569ECD is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB86158205-
CMYK0.580.2300.20
HSL203.7º54.34%57.06%-
HSV(B)203.7º58.05%80.39%-
XYZ27.0830.8462.28-
YUV141.83163.6588.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.15%
GREEN value IS 158 (62.11% from 255) = 35.19%
BLUE value IS 205 (80.47% from 255) = 45.66%
R=19.15%
G=35.19%
B=45.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal861582050.580.2300.20203.754.3457.06
Hex569ECD3A17014cc3639
Octal12623631572270243146671
Binary101011010011110110011011110101011101010011001100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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