#5A99FF

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

Shades of Cornflower Blue #5A99FF

Tints of Cornflower Blue #5A99FF

Color information

#5A99FF (or 0x5A99FF) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 99 and FF. RGB value is (90,153,255). Sum of RGB (Red+Green+Blue) = 90+153+255=498 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.07% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A99FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A99FF is #A56600. Grayscale: #919191. Windows color (decimal): -10839553 or 16750938. OLE color: 16750938.

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

Color convert

RGB90153255-
CMYK0.650.400
HSL217.09º100%67.65%-
HSV(B)217.09º64.71%100%-
XYZ33.6632.1899.04-
YUV145.79189.6388.21-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.07%
GREEN value IS 153 (60.16% from 255) = 30.72%
BLUE value IS 255 (100% from 255) = 51.20%
R=18.07%
G=30.72%
B=51.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal901532550.650.400217.0910067.65
Hex5A99FF412800d96444
Octal1322313771015000331144104
Binary101101010011001111111111000001101000001101100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A99FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,153,255); }

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

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

 a { background-color: rgb(90,153,255); }

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

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

 span { border-color: rgb(90,153,255); }

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