#5B52B5

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

Shades of Rich Blue #5B52B5

Tints of Rich Blue #5B52B5

Color information

#5B52B5 (or 0x5B52B5) is unknown color: approx Rich Blue. HEX triplet: 5B, 52 and B5. RGB value is (91,82,181). Sum of RGB (Red+Green+Blue) = 91+82+181=354 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.71% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 181 (71.09% from 255 or 51.13% from 354); Max value from RGB is 181 - color contains mainly: blue. Hex color #5B52B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B52B5 is #A4AD4A. Grayscale: #5F5F5F. Windows color (decimal): -10792267 or 11883099. OLE color: 11883099.

HSL color Cylindrical-coordinate representation of color #5B52B5: hue angle of 245.45º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B52B5 is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9182181-
CMYK0.500.5500.29
HSL245.45º40.08%51.57%-
HSV(B)245.45º54.7%70.98%-
XYZ15.6711.5945.13-
YUV95.98175.98124.45-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.71%
GREEN value IS 82 (32.42% from 255) = 23.16%
BLUE value IS 181 (71.09% from 255) = 51.13%
R=25.71%
G=23.16%
B=51.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal91821810.500.5500.29245.4540.0851.57
Hex5B52B5323701Df52834
Octal13312226562670353655064
Binary101101110100101011010111001011011101110111110101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B52B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,82,181); }

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

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

 a { background-color: rgb(91,82,181); }

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

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

 span { border-color: rgb(91,82,181); }

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