#569CD1

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

Shades of Picton Blue #569CD1

Tints of Picton Blue #569CD1

Color information

#569CD1 (or 0x569CD1) is unknown color: approx Picton Blue. HEX triplet: 56, 9C and D1. RGB value is (86,156,209). Sum of RGB (Red+Green+Blue) = 86+156+209=451 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.07% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 209 (82.03% from 255 or 46.34% from 451); Max value from RGB is 209 - color contains mainly: blue. Hex color #569CD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569CD1 is #A9632E. Grayscale: #8C8C8C. Windows color (decimal): -11100975 or 13737046. OLE color: 13737046.

HSL color Cylindrical-coordinate representation of color #569CD1: hue angle of 205.85º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #569CD1 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB86156209-
CMYK0.590.2500.18
HSL205.85º57.21%57.84%-
HSV(B)205.85º58.85%81.96%-
XYZ27.2330.3664.75-
YUV141.11166.3188.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.07%
GREEN value IS 156 (61.33% from 255) = 34.59%
BLUE value IS 209 (82.03% from 255) = 46.34%
R=19.07%
G=34.59%
B=46.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal861562090.590.2500.18205.8557.2157.84
Hex569CD13B19012ce393a
Octal12623432173310223167172
Binary101011010011100110100011110111100101001011001110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,156,209); }

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

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

 a { background-color: rgb(86,156,209); }

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

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

 span { border-color: rgb(86,156,209); }

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