#569FC6

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

Shades of Picton Blue #569FC6

Tints of Picton Blue #569FC6

Color information

#569FC6 (or 0x569FC6) is unknown color: approx Picton Blue. HEX triplet: 56, 9F and C6. RGB value is (86,159,198). Sum of RGB (Red+Green+Blue) = 86+159+198=443 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.41% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 198 (77.73% from 255 or 44.70% from 443); Max value from RGB is 198 - color contains mainly: blue. Hex color #569FC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569FC6 is #A96039. Grayscale: #8D8D8D. Windows color (decimal): -11100218 or 13016918. OLE color: 13016918.

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

Color convert

RGB86159198-
CMYK0.570.2000.22
HSL200.89º49.56%55.69%-
HSV(B)200.89º56.57%77.65%-
XYZ26.4330.8557.99-
YUV141.62159.8288.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.41%
GREEN value IS 159 (62.5% from 255) = 35.89%
BLUE value IS 198 (77.73% from 255) = 44.70%
R=19.41%
G=35.89%
B=44.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal861591980.570.2000.22200.8949.5655.69
Hex569FC63914016c93238
Octal12623730671240263116270
Binary101011010011111110001101110011010001011011001001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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