#569CCD

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

Shades of Picton Blue #569CCD

Tints of Picton Blue #569CCD

Color information

#569CCD (or 0x569CCD) is unknown color: approx Picton Blue. HEX triplet: 56, 9C and CD. RGB value is (86,156,205). Sum of RGB (Red+Green+Blue) = 86+156+205=447 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.24% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #569CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569CCD is #A96332. Grayscale: #8C8C8C. Windows color (decimal): -11100979 or 13474902. OLE color: 13474902.

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

Color convert

RGB86156205-
CMYK0.580.2400.20
HSL204.71º54.34%57.06%-
HSV(B)204.71º58.05%80.39%-
XYZ26.7530.1662.17-
YUV140.66164.3189.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.24%
GREEN value IS 156 (61.33% from 255) = 34.90%
BLUE value IS 205 (80.47% from 255) = 45.86%
R=19.24%
G=34.90%
B=45.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal861562050.580.2400.20204.7154.3457.06
Hex569CCD3A18014cd3639
Octal12623431572300243156671
Binary101011010011100110011011110101100001010011001101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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