#5883FF

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

Shades of Cornflower Blue #5883FF

Tints of Cornflower Blue #5883FF

Color information

#5883FF (or 0x5883FF) is unknown color: approx Cornflower Blue. HEX triplet: 58, 83 and FF. RGB value is (88,131,255). Sum of RGB (Red+Green+Blue) = 88+131+255=474 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.57% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #5883FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5883FF is #A77C00. Grayscale: #838383. Windows color (decimal): -10976257 or 16745304. OLE color: 16745304.

HSL color Cylindrical-coordinate representation of color #5883FF: hue angle of 224.55º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5883FF is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB88131255-
CMYK0.650.4900
HSL224.55º100%67.25%-
HSV(B)224.55º65.49%100%-
XYZ30.1925.5397.94-
YUV132.28197.2596.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.57%
GREEN value IS 131 (51.56% from 255) = 27.64%
BLUE value IS 255 (100% from 255) = 53.80%
R=18.57%
G=27.64%
B=53.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal881312550.650.4900224.5510067.25
Hex5883FF413100e16443
Octal1302033771016100341144103
Binary101100010000011111111111000001110001001110000111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5883FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5883FF; }

 p { color: rgb(88,131,255); }

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

<style>
 a { background-color: #5883FF; }

 a { background-color: rgb(88,131,255); }

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

<style>
 span { border-color: #5883FF; }

 span { border-color: rgb(88,131,255); }

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