#569DDA

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

Shades of Picton Blue #569DDA

Tints of Picton Blue #569DDA

Color information

#569DDA (or 0x569DDA) is unknown color: approx Picton Blue. HEX triplet: 56, 9D and DA. RGB value is (86,157,218). Sum of RGB (Red+Green+Blue) = 86+157+218=461 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.66% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #569DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569DDA is #A96225. Grayscale: #8E8E8E. Windows color (decimal): -11100710 or 14327126. OLE color: 14327126.

HSL color Cylindrical-coordinate representation of color #569DDA: hue angle of 207.73º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #569DDA is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB86157218-
CMYK0.610.2800.15
HSL207.73º64.08%59.61%-
HSV(B)207.73º60.55%85.49%-
XYZ28.5531.1570.84-
YUV142.72170.4887.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.66%
GREEN value IS 157 (61.72% from 255) = 34.06%
BLUE value IS 218 (85.55% from 255) = 47.29%
R=18.66%
G=34.06%
B=47.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal861572180.610.2800.15207.7364.0859.61
Hex569DDA3D1C0Fd0403c
Octal126235332753401732010074
Binary101011010011101110110101111011110001111110100001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,157,218); }

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

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

 a { background-color: rgb(86,157,218); }

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

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

 span { border-color: rgb(86,157,218); }

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