#569BD5

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

Shades of Picton Blue #569BD5

Tints of Picton Blue #569BD5

Color information

#569BD5 (or 0x569BD5) is unknown color: approx Picton Blue. HEX triplet: 56, 9B and D5. RGB value is (86,155,213). Sum of RGB (Red+Green+Blue) = 86+155+213=454 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.94% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 213 (83.59% from 255 or 46.92% from 454); Max value from RGB is 213 - color contains mainly: blue. Hex color #569BD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569BD5 is #A9642A. Grayscale: #8C8C8C. Windows color (decimal): -11101227 or 13998934. OLE color: 13998934.

HSL color Cylindrical-coordinate representation of color #569BD5: hue angle of 207.4º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #569BD5 is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB86155213-
CMYK0.600.2700.16
HSL207.4º60.19%58.63%-
HSV(B)207.4º59.62%83.53%-
XYZ27.5730.2367.33-
YUV140.98168.6488.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.94%
GREEN value IS 155 (60.94% from 255) = 34.14%
BLUE value IS 213 (83.59% from 255) = 46.92%
R=18.94%
G=34.14%
B=46.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal861552130.600.2700.16207.460.1958.63
Hex569BD53C1B010cf3c3b
Octal12623332574330203177473
Binary101011010011011110101011111001101101000011001111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,155,213); }

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

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

 a { background-color: rgb(86,155,213); }

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

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

 span { border-color: rgb(86,155,213); }

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