Html Css Color HEX #5B52A1 Rich Blue

📋 copy color: '#5B52A1'

red 91 ◦ green 82 ◦ blue 161

#5B52A1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #5B52A1

Tints of Rich Blue #5B52A1

RGB

 RED value IS 91 (35.94% from 255) = 27.25%

 GREEN value IS 82 (32.42% from 255) = 24.55%

 BLUE value IS 161 (63.28% from 255) = 48.2%

R = 27.25%
G = 24.55%
B = 48.2%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#5B52A1 (or 0x5B52A1) is known color: Rich Blue. HEX triplet: 5B, 52 and A1. RGB value is (91,82,161). Sum of RGB (Red+Green+Blue) = 91+82+161=334 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.25% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 161 (63.28% from 255 or 48.20% from 334); Max value from RGB is 161 - color contains mainly: blue. Hex color #5B52A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B52A1 is #A4AD5E. Grayscale: #5D5D5D. Windows color (decimal): -10792287 or 10572379. OLE color: 10572379.

HSL color Cylindrical-coordinate representation of color #5B52A1: hue angle of 246.84º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5B52A1 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 91 82 161 -
CMYK 0.43 0.49 0 0.37
HSL 246.84º 0.33% 0.48% -
HSV(B) 246.84º 0.49% 0.63% -
XYZ 13.76 10.83 35.08 -
YUV 93.7 165.98 126.08 -
System Red Green Blue C M Y K H S L
Decimal 91 82 161 0.43 0.49 0 0.37 246.84 0.33 0.48
Hex 5B 52 A1 2B 31 0 25 F7 21 30
Octal 133 122 241 53 61 0 45 367 41 60
Binary 1011011 1010010 10100001 101011 110001 0 100101 11110111 100001 110000

Color Harmonies of #5B52A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B52A1

Black with #5B52A1

Text Example


Text Example

White with #5B52A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B52A1;
 }
 .AnyTagClassName
 {
   color: #5B52A1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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