#56A8E4

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

Shades of Picton Blue #56A8E4

Tints of Picton Blue #56A8E4

Color information

#56A8E4 (or 0x56A8E4) is unknown color: approx Picton Blue. HEX triplet: 56, A8 and E4. RGB value is (86,168,228). Sum of RGB (Red+Green+Blue) = 86+168+228=482 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.84% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 228 (89.45% from 255 or 47.30% from 482); Max value from RGB is 228 - color contains mainly: blue. Hex color #56A8E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A8E4 is #A9571B. Grayscale: #969696. Windows color (decimal): -11097884 or 14985302. OLE color: 14985302.

HSL color Cylindrical-coordinate representation of color #56A8E4: hue angle of 205.35º 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 #56A8E4 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB86168228-
CMYK0.620.2600.11
HSL205.35º72.45%61.57%-
HSV(B)205.35º62.28%89.41%-
XYZ31.8435.5978.59-
YUV150.32171.8382.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.84%
GREEN value IS 168 (66.02% from 255) = 34.85%
BLUE value IS 228 (89.45% from 255) = 47.30%
R=17.84%
G=34.85%
B=47.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal861682280.620.2600.11205.3572.4561.57
Hex56A8E43E1A0Bcd483e
Octal126250344763201331511076
Binary101011010101000111001001111101101001011110011011001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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