#5D83FF

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

Shades of Cornflower Blue #5D83FF

Tints of Cornflower Blue #5D83FF

Color information

#5D83FF (or 0x5D83FF) is unknown color: approx Cornflower Blue. HEX triplet: 5D, 83 and FF. RGB value is (93,131,255). Sum of RGB (Red+Green+Blue) = 93+131+255=479 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.42% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #5D83FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D83FF is #A27C00. Grayscale: #858585. Windows color (decimal): -10648577 or 16745309. OLE color: 16745309.

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

Color convert

RGB93131255-
CMYK0.640.4900
HSL225.93º100%68.24%-
HSV(B)225.93º63.53%100%-
XYZ30.6825.7897.97-
YUV133.77196.4198.92-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.42%
GREEN value IS 131 (51.56% from 255) = 27.35%
BLUE value IS 255 (100% from 255) = 53.24%
R=19.42%
G=27.35%
B=53.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal931312550.640.4900225.9310068.24
Hex5D83FF403100e26444
Octal1352033771006100342144104
Binary101110110000011111111111000000110001001110001011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D83FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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