#569CDB

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

Shades of Picton Blue #569CDB

Tints of Picton Blue #569CDB

Color information

#569CDB (or 0x569CDB) is unknown color: approx Picton Blue. HEX triplet: 56, 9C and DB. RGB value is (86,156,219). Sum of RGB (Red+Green+Blue) = 86+156+219=461 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.66% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #569CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569CDB is #A96324. Grayscale: #8D8D8D. Windows color (decimal): -11100965 or 14392406. OLE color: 14392406.

HSL color Cylindrical-coordinate representation of color #569CDB: hue angle of 208.42º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #569CDB is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB86156219-
CMYK0.610.2900.14
HSL208.42º64.88%59.8%-
HSV(B)208.42º60.73%85.88%-
XYZ28.5130.8771.47-
YUV142.25171.3187.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.66%
GREEN value IS 156 (61.33% from 255) = 33.84%
BLUE value IS 219 (85.94% from 255) = 47.51%
R=18.66%
G=33.84%
B=47.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal861562190.610.2900.14208.4264.8859.8
Hex569CDB3D1D0Ed0413c
Octal126234333753501632010174
Binary101011010011100110110111111011110101110110100001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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