#5A95FF

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

Shades of Cornflower Blue #5A95FF

Tints of Cornflower Blue #5A95FF

Color information

#5A95FF (or 0x5A95FF) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 95 and FF. RGB value is (90,149,255). Sum of RGB (Red+Green+Blue) = 90+149+255=494 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.22% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A95FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A95FF is #A56A00. Grayscale: #8E8E8E. Windows color (decimal): -10840577 or 16749914. OLE color: 16749914.

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

Color convert

RGB90149255-
CMYK0.650.4200
HSL218.55º100%67.65%-
HSV(B)218.55º64.71%100%-
XYZ33.0130.8998.83-
YUV143.44190.9589.88-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.22%
GREEN value IS 149 (58.59% from 255) = 30.16%
BLUE value IS 255 (100% from 255) = 51.62%
R=18.22%
G=30.16%
B=51.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal901492550.650.4200218.5510067.65
Hex5A95FF412A00db6444
Octal1322253771015200333144104
Binary101101010010101111111111000001101010001101101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A95FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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