#5a95e9

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

Shades of Cornflower Blue #5A95E9

Tints of Cornflower Blue #5A95E9

Color information

#5A95E9 (or 0x5A95E9) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 95 and E9. RGB value is (90,149,233). Sum of RGB (Red+Green+Blue) = 90+149+233=472 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.07% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 233 (91.41% from 255 or 49.36% from 472); Max value from RGB is 233 - color contains mainly: blue. Hex color #5A95E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A95E9 is #A56A16. Grayscale: #8C8C8C. Windows color (decimal): -10840599 or 15308122. OLE color: 15308122.

HSL color Cylindrical-coordinate representation of color #5A95E9: hue angle of 215.24º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A95E9 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB90149233-
CMYK0.610.3600.09
HSL215.24º76.47%63.33%-
HSV(B)215.24º61.37%91.37%-
XYZ29.6729.5581.23-
YUV140.94179.9591.67-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.07%
GREEN value IS 149 (58.59% from 255) = 31.57%
BLUE value IS 233 (91.41% from 255) = 49.36%
R=19.07%
G=31.57%
B=49.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal901492330.610.3600.09215.2476.4763.33
Hex5A95E93D2409d74c3f
Octal132225351754401132711477
Binary1011010100101011110100111110110010001001110101111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a95e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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