#56A7E4

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

Shades of Picton Blue #56A7E4

Tints of Picton Blue #56A7E4

Color information

#56A7E4 (or 0x56A7E4) is unknown color: approx Picton Blue. HEX triplet: 56, A7 and E4. RGB value is (86,167,228). Sum of RGB (Red+Green+Blue) = 86+167+228=481 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.88% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 228 - color contains mainly: blue. Hex color #56A7E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A7E4 is #A9581B. Grayscale: #959595. Windows color (decimal): -11098140 or 14985046. OLE color: 14985046.

HSL color Cylindrical-coordinate representation of color #56A7E4: hue angle of 205.77º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56A7E4 is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB86167228-
CMYK0.620.2700.11
HSL205.77º72.45%61.57%-
HSV(B)205.77º62.28%89.41%-
XYZ31.6635.2278.53-
YUV149.73172.1682.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.88%
GREEN value IS 167 (65.62% from 255) = 34.72%
BLUE value IS 228 (89.45% from 255) = 47.40%
R=17.88%
G=34.72%
B=47.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal861672280.620.2700.11205.7772.4561.57
Hex56A7E43E1B0Bce483e
Octal126247344763301331611076
Binary101011010100111111001001111101101101011110011101001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,167,228); }

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

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

 a { background-color: rgb(86,167,228); }

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

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

 span { border-color: rgb(86,167,228); }

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