#5B52BB

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

Shades of Rich Blue #5B52BB

Tints of Rich Blue #5B52BB

Color information

#5B52BB (or 0x5B52BB) is unknown color: approx Rich Blue. HEX triplet: 5B, 52 and BB. RGB value is (91,82,187). Sum of RGB (Red+Green+Blue) = 91+82+187=360 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.28% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #5B52BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B52BB is #A4AD44. Grayscale: #606060. Windows color (decimal): -10792261 or 12276315. OLE color: 12276315.

HSL color Cylindrical-coordinate representation of color #5B52BB: hue angle of 245.14º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B52BB is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9182187-
CMYK0.510.5600.27
HSL245.14º43.57%52.75%-
HSV(B)245.14º56.15%73.33%-
XYZ16.311.8548.44-
YUV96.66178.98123.96-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.28%
GREEN value IS 82 (32.42% from 255) = 22.78%
BLUE value IS 187 (73.44% from 255) = 51.94%
R=25.28%
G=22.78%
B=51.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal91821870.510.5600.27245.1443.5752.75
Hex5B52BB333801Bf52c35
Octal13312227363700333655465
Binary101101110100101011101111001111100001101111110101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B52BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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