#569AC6

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

Shades of Picton Blue #569AC6

Tints of Picton Blue #569AC6

Color information

#569AC6 (or 0x569AC6) is unknown color: approx Picton Blue. HEX triplet: 56, 9A and C6. RGB value is (86,154,198). Sum of RGB (Red+Green+Blue) = 86+154+198=438 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.63% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 198 (77.73% from 255 or 45.21% from 438); Max value from RGB is 198 - color contains mainly: blue. Hex color #569AC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569AC6 is #A96539. Grayscale: #8A8A8A. Windows color (decimal): -11101498 or 13015638. OLE color: 13015638.

HSL color Cylindrical-coordinate representation of color #569AC6: hue angle of 203.57º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #569AC6 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB86154198-
CMYK0.570.2200.22
HSL203.57º49.56%55.69%-
HSV(B)203.57º56.57%77.65%-
XYZ25.5929.1757.71-
YUV138.68161.4790.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.63%
GREEN value IS 154 (60.55% from 255) = 35.16%
BLUE value IS 198 (77.73% from 255) = 45.21%
R=19.63%
G=35.16%
B=45.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal861541980.570.2200.22203.5749.5655.69
Hex569AC63916016cc3238
Octal12623230671260263146270
Binary101011010011010110001101110011011001011011001100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,154,198); }

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

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

 a { background-color: rgb(86,154,198); }

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

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

 span { border-color: rgb(86,154,198); }

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