#5B82FE

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

Shades of Cornflower Blue #5B82FE

Tints of Cornflower Blue #5B82FE

Color information

#5B82FE (or 0x5B82FE) is unknown color: approx Cornflower Blue. HEX triplet: 5B, 82 and FE. RGB value is (91,130,254). Sum of RGB (Red+Green+Blue) = 91+130+254=475 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.16% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B82FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B82FE is #A47D01. Grayscale: #838383. Windows color (decimal): -10779906 or 16679515. OLE color: 16679515.

HSL color Cylindrical-coordinate representation of color #5B82FE: hue angle of 225.64º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B82FE is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB91130254-
CMYK0.640.4900.00
HSL225.64º98.79%67.65%-
HSV(B)225.64º64.17%99.61%-
XYZ30.1925.3597.07-
YUV132.48196.5898.42-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.16%
GREEN value IS 130 (51.17% from 255) = 27.37%
BLUE value IS 254 (99.61% from 255) = 53.47%
R=19.16%
G=27.37%
B=53.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal911302540.640.4900.00225.6498.7967.65
Hex5B82FE403100e26344
Octal1332023761006100342143104
Binary101101110000010111111101000000110001001110001011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B82FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,130,254); }

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

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

 a { background-color: rgb(91,130,254); }

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

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

 span { border-color: rgb(91,130,254); }

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