#569AC8

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

Shades of Picton Blue #569AC8

Tints of Picton Blue #569AC8

Color information

#569AC8 (or 0x569AC8) is unknown color: approx Picton Blue. HEX triplet: 56, 9A and C8. RGB value is (86,154,200). Sum of RGB (Red+Green+Blue) = 86+154+200=440 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.55% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 200 (78.52% from 255 or 45.45% from 440); Max value from RGB is 200 - color contains mainly: blue. Hex color #569AC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569AC8 is #A96537. Grayscale: #8A8A8A. Windows color (decimal): -11101496 or 13146710. OLE color: 13146710.

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

Color convert

RGB86154200-
CMYK0.570.2300.22
HSL204.21º50.89%56.08%-
HSV(B)204.21º57%78.43%-
XYZ25.8229.2658.93-
YUV138.91162.4790.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.55%
GREEN value IS 154 (60.55% from 255) = 35%
BLUE value IS 200 (78.52% from 255) = 45.45%
R=19.55%
G=35%
B=45.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal861542000.570.2300.22204.2150.8956.08
Hex569AC83917016cc3338
Octal12623231071270263146370
Binary101011010011010110010001110011011101011011001100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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