#5A51BC

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

Shades of Rich Blue #5A51BC

Tints of Rich Blue #5A51BC

Color information

#5A51BC (or 0x5A51BC) is unknown color: approx Rich Blue. HEX triplet: 5A, 51 and BC. RGB value is (90,81,188). Sum of RGB (Red+Green+Blue) = 90+81+188=359 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.07% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A51BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A51BC is #A5AE43. Grayscale: #5F5F5F. Windows color (decimal): -10858052 or 12341594. OLE color: 12341594.

HSL color Cylindrical-coordinate representation of color #5A51BC: hue angle of 245.05º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A51BC is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9081188-
CMYK0.520.5700.26
HSL245.05º44.4%52.75%-
HSV(B)245.05º56.91%73.73%-
XYZ16.2411.6948.98-
YUV95.89179.98123.8-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.07%
GREEN value IS 81 (32.03% from 255) = 22.56%
BLUE value IS 188 (73.83% from 255) = 52.37%
R=25.07%
G=22.56%
B=52.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal90811880.520.5700.26245.0544.452.75
Hex5A51BC343901Af52c35
Octal13212127464710323655465
Binary101101010100011011110011010011100101101011110101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A51BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,81,188); }

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

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

 a { background-color: rgb(90,81,188); }

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

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

 span { border-color: rgb(90,81,188); }

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