#5A83EB

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

Shades of Cornflower Blue #5A83EB

Tints of Cornflower Blue #5A83EB

Color information

#5A83EB (or 0x5A83EB) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 83 and EB. RGB value is (90,131,235). Sum of RGB (Red+Green+Blue) = 90+131+235=456 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.74% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A83EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A83EB is #A57C14. Grayscale: #828282. Windows color (decimal): -10845205 or 15434586. OLE color: 15434586.

HSL color Cylindrical-coordinate representation of color #5A83EB: hue angle of 223.03º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A83EB is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB90131235-
CMYK0.620.4400.08
HSL223.03º78.38%63.73%-
HSV(B)223.03º61.7%92.16%-
XYZ27.3324.481.87-
YUV130.6186.9299.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.74%
GREEN value IS 131 (51.56% from 255) = 28.73%
BLUE value IS 235 (92.19% from 255) = 51.54%
R=19.74%
G=28.73%
B=51.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal901312350.620.4400.08223.0378.3863.73
Hex5A83EB3E2C08df4e40
Octal1322033537654010337116100
Binary10110101000001111101011111110101100010001101111110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A83EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,131,235); }

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

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

 a { background-color: rgb(90,131,235); }

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

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

 span { border-color: rgb(90,131,235); }

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