#569CCA

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

Shades of Picton Blue #569CCA

Tints of Picton Blue #569CCA

Color information

#569CCA (or 0x569CCA) is unknown color: approx Picton Blue. HEX triplet: 56, 9C and CA. RGB value is (86,156,202). Sum of RGB (Red+Green+Blue) = 86+156+202=444 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.37% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #569CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569CCA is #A96335. Grayscale: #8C8C8C. Windows color (decimal): -11100982 or 13278294. OLE color: 13278294.

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

Color convert

RGB86156202-
CMYK0.570.2300.21
HSL203.79º52.25%56.47%-
HSV(B)203.79º57.43%79.22%-
XYZ26.3930.0260.28-
YUV140.31162.8189.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.37%
GREEN value IS 156 (61.33% from 255) = 35.14%
BLUE value IS 202 (79.30% from 255) = 45.50%
R=19.37%
G=35.14%
B=45.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal861562020.570.2300.21203.7952.2556.47
Hex569CCA3917015cc3438
Octal12623431271270253146470
Binary101011010011100110010101110011011101010111001100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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