#56A6E1

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

Shades of Picton Blue #56A6E1

Tints of Picton Blue #56A6E1

Color information

#56A6E1 (or 0x56A6E1) is unknown color: approx Picton Blue. HEX triplet: 56, A6 and E1. RGB value is (86,166,225). Sum of RGB (Red+Green+Blue) = 86+166+225=477 (63% of max value = 765). Red value is 86 (33.98% from 255 or 18.03% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 225 (88.28% from 255 or 47.17% from 477); Max value from RGB is 225 - color contains mainly: blue. Hex color #56A6E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A6E1 is #A9591E. Grayscale: #949494. Windows color (decimal): -11098399 or 14788182. OLE color: 14788182.

HSL color Cylindrical-coordinate representation of color #56A6E1: hue angle of 205.47º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56A6E1 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB86166225-
CMYK0.620.2600.12
HSL205.47º69.85%60.98%-
HSV(B)205.47º61.78%88.24%-
XYZ31.0634.6976.29-
YUV148.8117183.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.03%
GREEN value IS 166 (65.23% from 255) = 34.80%
BLUE value IS 225 (88.28% from 255) = 47.17%
R=18.03%
G=34.80%
B=47.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal861662250.620.2600.12205.4769.8560.98
Hex56A6E13E1A0Ccd463d
Octal126246341763201431510675
Binary101011010100110111000011111101101001100110011011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56A6E1; }

 p { color: rgb(86,166,225); }

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

<style>
 a { background-color: #56A6E1; }

 a { background-color: rgb(86,166,225); }

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

<style>
 span { border-color: #56A6E1; }

 span { border-color: rgb(86,166,225); }

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