#5A50BF

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

Shades of Rich Blue #5A50BF

Tints of Rich Blue #5A50BF

Color information

#5A50BF (or 0x5A50BF) is unknown color: approx Rich Blue. HEX triplet: 5A, 50 and BF. RGB value is (90,80,191). Sum of RGB (Red+Green+Blue) = 90+80+191=361 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.93% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #5A50BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A50BF is #A5AF40. Grayscale: #5F5F5F. Windows color (decimal): -10858305 or 12537946. OLE color: 12537946.

HSL color Cylindrical-coordinate representation of color #5A50BF: hue angle of 245.41º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A50BF is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9080191-
CMYK0.530.5800.25
HSL245.41º46.44%53.14%-
HSV(B)245.41º58.12%74.9%-
XYZ16.4911.6750.67-
YUV95.64181.81123.97-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.93%
GREEN value IS 80 (31.64% from 255) = 22.16%
BLUE value IS 191 (75% from 255) = 52.91%
R=24.93%
G=22.16%
B=52.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90801910.530.5800.25245.4146.4453.14
Hex5A50BF353A019f52e35
Octal13212027765720313655665
Binary101101010100001011111111010111101001100111110101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A50BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,80,191); }

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

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

 a { background-color: rgb(90,80,191); }

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

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

 span { border-color: rgb(90,80,191); }

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