#569DCB

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

Shades of Picton Blue #569DCB

Tints of Picton Blue #569DCB

Color information

#569DCB (or 0x569DCB) is unknown color: approx Picton Blue. HEX triplet: 56, 9D and CB. RGB value is (86,157,203). Sum of RGB (Red+Green+Blue) = 86+157+203=446 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.28% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #569DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569DCB is #A96234. Grayscale: #8C8C8C. Windows color (decimal): -11100725 or 13344086. OLE color: 13344086.

HSL color Cylindrical-coordinate representation of color #569DCB: hue angle of 203.59º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #569DCB is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB86157203-
CMYK0.580.2300.20
HSL203.59º52.94%56.67%-
HSV(B)203.59º57.64%79.61%-
XYZ26.6730.460.96-
YUV141.01162.9888.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.28%
GREEN value IS 157 (61.72% from 255) = 35.20%
BLUE value IS 203 (79.69% from 255) = 45.52%
R=19.28%
G=35.20%
B=45.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal861572030.580.2300.20203.5952.9456.67
Hex569DCB3A17014cc3539
Octal12623531372270243146571
Binary101011010011101110010111110101011101010011001100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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