Html Css Color HEX #5B529F Rich Blue

📋 copy color: '#5B529F'

red 91 ◦ green 82 ◦ blue 159

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

Shades of Rich Blue #5B529F

Tints of Rich Blue #5B529F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 47.89%

R = 27.41%
G = 24.7%
B = 47.89%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5B529F (or 0x5B529F) is known color: Rich Blue. HEX triplet: 5B, 52 and 9F. RGB value is (91,82,159). Sum of RGB (Red+Green+Blue) = 91+82+159=332 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.41% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 159 - color contains mainly: blue. Hex color #5B529F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B529F is #A4AD60. Grayscale: #5D5D5D. Windows color (decimal): -10792289 or 10441307. OLE color: 10441307.

HSL color Cylindrical-coordinate representation of color #5B529F: hue angle of 247.01º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B529F is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 91 82 159 -
CMYK 0.43 0.48 0 0.38
HSL 247.01º 0.32% 0.47% -
HSV(B) 247.01º 0.48% 0.62% -
XYZ 13.59 10.76 34.16 -
YUV 93.47 164.98 126.24 -
System Red Green Blue C M Y K H S L
Decimal 91 82 159 0.43 0.48 0 0.38 247.01 0.32 0.47
Hex 5B 52 9F 2B 30 0 26 F7 20 2F
Octal 133 122 237 53 60 0 46 367 40 57
Binary 1011011 1010010 10011111 101011 110000 0 100110 11110111 100000 101111

Color Harmonies of #5B529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B529F

Black with #5B529F

Text Example


Text Example

White with #5B529F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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