#5681EB

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

Shades of Cornflower Blue #5681EB

Tints of Cornflower Blue #5681EB

Color information

#5681EB (or 0x5681EB) is unknown color: approx Cornflower Blue. HEX triplet: 56, 81 and EB. RGB value is (86,129,235). Sum of RGB (Red+Green+Blue) = 86+129+235=450 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.11% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #5681EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5681EB is #A97E14. Grayscale: #7F7F7F. Windows color (decimal): -11107861 or 15434070. OLE color: 15434070.

HSL color Cylindrical-coordinate representation of color #5681EB: hue angle of 222.68º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5681EB is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB86129235-
CMYK0.630.4500.08
HSL222.68º78.84%62.94%-
HSV(B)222.68º63.4%92.16%-
XYZ26.6823.6881.76-
YUV128.23188.2597.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.11%
GREEN value IS 129 (50.78% from 255) = 28.67%
BLUE value IS 235 (92.19% from 255) = 52.22%
R=19.11%
G=28.67%
B=52.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal861292350.630.4500.08222.6878.8462.94
Hex5681EB3F2D08df4f3f
Octal126201353775501033711777
Binary1010110100000011110101111111110110101000110111111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5681EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5681EB; }

 p { color: rgb(86,129,235); }

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

<style>
 a { background-color: #5681EB; }

 a { background-color: rgb(86,129,235); }

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

<style>
 span { border-color: #5681EB; }

 span { border-color: rgb(86,129,235); }

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