#5A83F8

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

Shades of Cornflower Blue #5A83F8

Tints of Cornflower Blue #5A83F8

Color information

#5A83F8 (or 0x5A83F8) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 83 and F8. RGB value is (90,131,248). Sum of RGB (Red+Green+Blue) = 90+131+248=469 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.19% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 248 (97.27% from 255 or 52.88% from 469); Max value from RGB is 248 - color contains mainly: blue. Hex color #5A83F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A83F8 is #A57C07. Grayscale: #838383. Windows color (decimal): -10845192 or 16286554. OLE color: 16286554.

HSL color Cylindrical-coordinate representation of color #5A83F8: hue angle of 224.43º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A83F8 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB90131248-
CMYK0.640.4700.03
HSL224.43º91.86%66.27%-
HSV(B)224.43º63.71%97.25%-
XYZ29.2825.1892.12-
YUV132.08193.4297.99-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.19%
GREEN value IS 131 (51.56% from 255) = 27.93%
BLUE value IS 248 (97.27% from 255) = 52.88%
R=19.19%
G=27.93%
B=52.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal901312480.640.4700.03224.4391.8666.27
Hex5A83F8402F03e05c42
Octal1322033701005703340134102
Binary1011010100000111111100010000001011110111110000010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A83F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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