#56A5EC

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

Shades of Cornflower Blue #56A5EC

Tints of Cornflower Blue #56A5EC

Color information

#56A5EC (or 0x56A5EC) is unknown color: approx Cornflower Blue. HEX triplet: 56, A5 and EC. RGB value is (86,165,236). Sum of RGB (Red+Green+Blue) = 86+165+236=487 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.66% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #56A5EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56A5EC is #A95A13. Grayscale: #959595. Windows color (decimal): -11098644 or 15508822. OLE color: 15508822.

HSL color Cylindrical-coordinate representation of color #56A5EC: hue angle of 208.4º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56A5EC is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB86165236-
CMYK0.640.3000.07
HSL208.4º79.79%63.14%-
HSV(B)208.4º63.56%92.55%-
XYZ32.4334.9484.39-
YUV149.47176.8382.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.66%
GREEN value IS 165 (64.84% from 255) = 33.88%
BLUE value IS 236 (92.58% from 255) = 48.46%
R=17.66%
G=33.88%
B=48.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal861652360.640.3000.07208.479.7963.14
Hex56A5EC401E07d0503f
Octal126245354100360732012077
Binary101011010100101111011001000000111100111110100001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,165,236); }

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

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

 a { background-color: rgb(86,165,236); }

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

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

 span { border-color: rgb(86,165,236); }

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