#5681E6

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

Shades of Cornflower Blue #5681E6

Tints of Cornflower Blue #5681E6

Color information

#5681E6 (or 0x5681E6) is unknown color: approx Cornflower Blue. HEX triplet: 56, 81 and E6. RGB value is (86,129,230). Sum of RGB (Red+Green+Blue) = 86+129+230=445 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.33% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 230 (90.23% from 255 or 51.69% from 445); Max value from RGB is 230 - color contains mainly: blue. Hex color #5681E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5681E6 is #A97E19. Grayscale: #7F7F7F. Windows color (decimal): -11107866 or 15106390. OLE color: 15106390.

HSL color Cylindrical-coordinate representation of color #5681E6: hue angle of 222.08º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5681E6 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB86129230-
CMYK0.630.4400.10
HSL222.08º74.23%61.96%-
HSV(B)222.08º62.61%90.2%-
XYZ25.9723.3978.01-
YUV127.66185.7598.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.33%
GREEN value IS 129 (50.78% from 255) = 28.99%
BLUE value IS 230 (90.23% from 255) = 51.69%
R=19.33%
G=28.99%
B=51.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal861292300.630.4400.10222.0874.2361.96
Hex5681E63F2C0Ade4a3e
Octal126201346775401233611276
Binary1010110100000011110011011111110110001010110111101001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5681E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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