#5981EB

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

Shades of Cornflower Blue #5981EB

Tints of Cornflower Blue #5981EB

Color information

#5981EB (or 0x5981EB) is unknown color: approx Cornflower Blue. HEX triplet: 59, 81 and EB. RGB value is (89,129,235). Sum of RGB (Red+Green+Blue) = 89+129+235=453 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.65% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #5981EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5981EB is #A67E14. Grayscale: #808080. Windows color (decimal): -10911253 or 15434073. OLE color: 15434073.

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

Color convert

RGB89129235-
CMYK0.620.4500.08
HSL223.56º78.49%63.53%-
HSV(B)223.56º62.13%92.16%-
XYZ26.9723.8281.77-
YUV129.12187.7599.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.65%
GREEN value IS 129 (50.78% from 255) = 28.48%
BLUE value IS 235 (92.19% from 255) = 51.88%
R=19.65%
G=28.48%
B=51.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal891292350.620.4500.08223.5678.4963.53
Hex5981EB3E2D08e04e40
Octal1312013537655010340116100
Binary10110011000000111101011111110101101010001110000010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5981EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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