#5983FD

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

Shades of Cornflower Blue #5983FD

Tints of Cornflower Blue #5983FD

Color information

#5983FD (or 0x5983FD) is unknown color: approx Cornflower Blue. HEX triplet: 59, 83 and FD. RGB value is (89,131,253). Sum of RGB (Red+Green+Blue) = 89+131+253=473 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.82% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #5983FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5983FD is #A67C02. Grayscale: #838383. Windows color (decimal): -10910723 or 16614233. OLE color: 16614233.

HSL color Cylindrical-coordinate representation of color #5983FD: hue angle of 224.63º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5983FD is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB89131253-
CMYK0.650.4800.01
HSL224.63º97.62%67.06%-
HSV(B)224.63º64.82%99.22%-
XYZ29.9725.4596.26-
YUV132.35196.0997.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.82%
GREEN value IS 131 (51.56% from 255) = 27.70%
BLUE value IS 253 (99.22% from 255) = 53.49%
R=18.82%
G=27.70%
B=53.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal891312530.650.4800.01224.6397.6267.06
Hex5983FD413001e16243
Octal1312033751016001341142103
Binary101100110000011111111011000001110000011110000111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5983FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5983FD; }

 p { color: rgb(89,131,253); }

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

<style>
 a { background-color: #5983FD; }

 a { background-color: rgb(89,131,253); }

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

<style>
 span { border-color: #5983FD; }

 span { border-color: rgb(89,131,253); }

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