Html Css Color HEX #5941B2 Rich Blue

📋 copy color: '#5941B2'

red 89 ◦ green 65 ◦ blue 178

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

Shades of Rich Blue #5941B2

Tints of Rich Blue #5941B2

RGB

 RED value IS 89 (35.16% from 255) = 26.81%

 GREEN value IS 65 (25.78% from 255) = 19.58%

 BLUE value IS 178 (69.92% from 255) = 53.61%

R = 26.81%
G = 19.58%
B = 53.61%

CMYK

 C value IS 0.5

 M value IS 0.63

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5941B2 (or 0x5941B2) is known color: Rich Blue. HEX triplet: 59, 41 and B2. RGB value is (89,65,178). Sum of RGB (Red+Green+Blue) = 89+65+178=332 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.81% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 178 (69.92% from 255 or 53.61% from 332); Max value from RGB is 178 - color contains mainly: blue. Hex color #5941B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5941B2 is #A6BE4D. Grayscale: #545454. Windows color (decimal): -10927694 or 11682137. OLE color: 11682137.

HSL color Cylindrical-coordinate representation of color #5941B2: hue angle of 252.74º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5941B2 is Cyan = 0.5, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 89 65 178 -
CMYK 0.5 0.63 0 0.30
HSL 252.74º 0.47% 0.48% -
HSV(B) 252.74º 0.63% 0.7% -
XYZ 14.05 9.12 43.14 -
YUV 85.06 180.45 130.81 -
System Red Green Blue C M Y K H S L
Decimal 89 65 178 0.5 0.63 0 0.30 252.74 0.47 0.48
Hex 59 41 B2 32 3F 0 1E FD 2F 30
Octal 131 101 262 62 77 0 36 375 57 60
Binary 1011001 1000001 10110010 110010 111111 0 11110 11111101 101111 110000

Color Harmonies of #5941B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5941B2

Black with #5941B2

Text Example


Text Example

White with #5941B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5941B2; }

 p { color: rgb(89,65,178); }

 H1.HeaderClassName
 {
   color: #5941B2;
 }
 .AnyTagClassName
 {
   color: #5941B2;
 }
</style>

background-color css

<style>
 a { background-color: #5941B2; }

 a { background-color: rgb(89,65,178); }

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

border-color css

<style>
 span { border-color: #5941B2; }

 span { border-color: rgb(89,65,178); }

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