#569DCA

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

Shades of Picton Blue #569DCA

Tints of Picton Blue #569DCA

Color information

#569DCA (or 0x569DCA) is unknown color: approx Picton Blue. HEX triplet: 56, 9D and CA. RGB value is (86,157,202). Sum of RGB (Red+Green+Blue) = 86+157+202=445 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.33% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #569DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569DCA is #A96235. Grayscale: #8C8C8C. Windows color (decimal): -11100726 or 13278550. OLE color: 13278550.

HSL color Cylindrical-coordinate representation of color #569DCA: hue angle of 203.28º 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 #569DCA is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB86157202-
CMYK0.570.2200.21
HSL203.28º52.25%56.47%-
HSV(B)203.28º57.43%79.22%-
XYZ26.5630.3660.34-
YUV140.9162.4888.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.33%
GREEN value IS 157 (61.72% from 255) = 35.28%
BLUE value IS 202 (79.30% from 255) = 45.39%
R=19.33%
G=35.28%
B=45.39%

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
Decimal861572020.570.2200.21203.2852.2556.47
Hex569DCA3916015cb3438
Octal12623531271260253136470
Binary101011010011101110010101110011011001010111001011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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