#5B83E5

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

Shades of Cornflower Blue #5B83E5

Tints of Cornflower Blue #5B83E5

Color information

#5B83E5 (or 0x5B83E5) is unknown color: approx Cornflower Blue. HEX triplet: 5B, 83 and E5. RGB value is (91,131,229). Sum of RGB (Red+Green+Blue) = 91+131+229=451 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.18% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 229 (89.84% from 255 or 50.78% from 451); Max value from RGB is 229 - color contains mainly: blue. Hex color #5B83E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B83E5 is #A47C1A. Grayscale: #818181. Windows color (decimal): -10779675 or 15041371. OLE color: 15041371.

HSL color Cylindrical-coordinate representation of color #5B83E5: hue angle of 222.61º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B83E5 is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB91131229-
CMYK0.600.4300.10
HSL222.61º72.63%62.75%-
HSV(B)222.61º60.26%89.8%-
XYZ26.5724.1177.38-
YUV130.21183.75100.03-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.18%
GREEN value IS 131 (51.56% from 255) = 29.05%
BLUE value IS 229 (89.84% from 255) = 50.78%
R=20.18%
G=29.05%
B=50.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal911312290.600.4300.10222.6172.6362.75
Hex5B83E53C2B0Adf493f
Octal133203345745301233711177
Binary1011011100000111110010111110010101101010110111111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B83E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,131,229); }

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

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

 a { background-color: rgb(91,131,229); }

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

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

 span { border-color: rgb(91,131,229); }

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