#5B89EC

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

Shades of Cornflower Blue #5B89EC

Tints of Cornflower Blue #5B89EC

Color information

#5B89EC (or 0x5B89EC) is unknown color: approx Cornflower Blue. HEX triplet: 5B, 89 and EC. RGB value is (91,137,236). Sum of RGB (Red+Green+Blue) = 91+137+236=464 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.61% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #5B89EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B89EC is #A47613. Grayscale: #868686. Windows color (decimal): -10778132 or 15501659. OLE color: 15501659.

HSL color Cylindrical-coordinate representation of color #5B89EC: hue angle of 220.97º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B89EC is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB91137236-
CMYK0.610.4200.07
HSL220.97º79.23%64.12%-
HSV(B)220.97º61.44%92.55%-
XYZ28.426.1782.91-
YUV134.53185.2696.95-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.61%
GREEN value IS 137 (53.91% from 255) = 29.53%
BLUE value IS 236 (92.58% from 255) = 50.86%
R=19.61%
G=29.53%
B=50.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal911372360.610.4200.07220.9779.2364.12
Hex5B89EC3D2A07dd4f40
Octal133211354755207335117100
Binary1011011100010011110110011110110101001111101110110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B89EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B89EC; }

 p { color: rgb(91,137,236); }

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

<style>
 a { background-color: #5B89EC; }

 a { background-color: rgb(91,137,236); }

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

<style>
 span { border-color: #5B89EC; }

 span { border-color: rgb(91,137,236); }

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