#569ECA

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

Shades of Picton Blue #569ECA

Tints of Picton Blue #569ECA

Color information

#569ECA (or 0x569ECA) is unknown color: approx Picton Blue. HEX triplet: 56, 9E and CA. RGB value is (86,158,202). Sum of RGB (Red+Green+Blue) = 86+158+202=446 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.28% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #569ECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569ECA is #A96135. Grayscale: #8D8D8D. Windows color (decimal): -11100470 or 13278806. OLE color: 13278806.

HSL color Cylindrical-coordinate representation of color #569ECA: hue angle of 202.76º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #569ECA is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB86158202-
CMYK0.570.2200.21
HSL202.76º52.25%56.47%-
HSV(B)202.76º57.43%79.22%-
XYZ26.7330.760.39-
YUV141.49162.1588.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.28%
GREEN value IS 158 (62.11% from 255) = 35.43%
BLUE value IS 202 (79.30% from 255) = 45.29%
R=19.28%
G=35.43%
B=45.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal861582020.570.2200.21202.7652.2556.47
Hex569ECA3916015cb3438
Octal12623631271260253136470
Binary101011010011110110010101110011011001010111001011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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