#569CCC

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

Shades of Picton Blue #569CCC

Tints of Picton Blue #569CCC

Color information

#569CCC (or 0x569CCC) is unknown color: approx Picton Blue. HEX triplet: 56, 9C and CC. RGB value is (86,156,204). Sum of RGB (Red+Green+Blue) = 86+156+204=446 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.28% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #569CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569CCC is #A96333. Grayscale: #8C8C8C. Windows color (decimal): -11100980 or 13409366. OLE color: 13409366.

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

Color convert

RGB86156204-
CMYK0.580.2400.2
HSL204.41º53.64%56.86%-
HSV(B)204.41º57.84%80%-
XYZ26.6330.1261.54-
YUV140.54163.8189.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.28%
GREEN value IS 156 (61.33% from 255) = 34.98%
BLUE value IS 204 (80.08% from 255) = 45.74%
R=19.28%
G=34.98%
B=45.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal861562040.580.2400.2204.4153.6456.86
Hex569CCC3A18014cc3639
Octal12623431472300243146671
Binary101011010011100110011001110101100001010011001100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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