#5B88FE

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

Shades of Cornflower Blue #5B88FE

Tints of Cornflower Blue #5B88FE

Color information

#5B88FE (or 0x5B88FE) is unknown color: approx Cornflower Blue. HEX triplet: 5B, 88 and FE. RGB value is (91,136,254). Sum of RGB (Red+Green+Blue) = 91+136+254=481 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.92% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B88FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B88FE is #A47701. Grayscale: #878787. Windows color (decimal): -10778370 or 16681051. OLE color: 16681051.

HSL color Cylindrical-coordinate representation of color #5B88FE: hue angle of 223.44º 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 #5B88FE is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB91136254-
CMYK0.640.4600.00
HSL223.44º98.79%67.65%-
HSV(B)223.44º64.17%99.61%-
XYZ31.0126.9997.34-
YUV136194.5995.91-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.92%
GREEN value IS 136 (53.52% from 255) = 28.27%
BLUE value IS 254 (99.61% from 255) = 52.81%
R=18.92%
G=28.27%
B=52.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal911362540.640.4600.00223.4498.7967.65
Hex5B88FE402E00df6344
Octal1332103761005600337143104
Binary101101110001000111111101000000101110001101111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B88FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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