#5A96FF

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

Shades of Cornflower Blue #5A96FF

Tints of Cornflower Blue #5A96FF

Color information

#5A96FF (or 0x5A96FF) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 96 and FF. RGB value is (90,150,255). Sum of RGB (Red+Green+Blue) = 90+150+255=495 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.18% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A96FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A96FF is #A56900. Grayscale: #8F8F8F. Windows color (decimal): -10840321 or 16750170. OLE color: 16750170.

HSL color Cylindrical-coordinate representation of color #5A96FF: hue angle of 218.18º 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 #5A96FF is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB90150255-
CMYK0.650.4100
HSL218.18º100%67.65%-
HSV(B)218.18º64.71%100%-
XYZ33.1731.2198.88-
YUV144.03190.6289.46-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.18%
GREEN value IS 150 (58.98% from 255) = 30.30%
BLUE value IS 255 (100% from 255) = 51.52%
R=18.18%
G=30.30%
B=51.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal901502550.650.4100218.1810067.65
Hex5A96FF412900da6444
Octal1322263771015100332144104
Binary101101010010110111111111000001101001001101101011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A96FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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