Html Css Color HEX #5941AF Rich Blue

📋 copy color: '#5941AF'

red 89 ◦ green 65 ◦ blue 175

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

Shades of Rich Blue #5941AF

Tints of Rich Blue #5941AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 53.19%

R = 27.05%
G = 19.76%
B = 53.19%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5941AF (or 0x5941AF) is known color: Rich Blue. HEX triplet: 59, 41 and AF. RGB value is (89,65,175). Sum of RGB (Red+Green+Blue) = 89+65+175=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #5941AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5941AF is #A6BE50. Grayscale: #545454. Windows color (decimal): -10927697 or 11485529. OLE color: 11485529.

HSL color Cylindrical-coordinate representation of color #5941AF: hue angle of 253.09º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5941AF is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 89 65 175 -
CMYK 0.49 0.63 0 0.31
HSL 253.09º 0.46% 0.47% -
HSV(B) 253.09º 0.63% 0.69% -
XYZ 13.75 9 41.57 -
YUV 84.72 178.95 131.06 -
System Red Green Blue C M Y K H S L
Decimal 89 65 175 0.49 0.63 0 0.31 253.09 0.46 0.47
Hex 59 41 AF 31 3F 0 1F FD 2E 2F
Octal 131 101 257 61 77 0 37 375 56 57
Binary 1011001 1000001 10101111 110001 111111 0 11111 11111101 101110 101111

Color Harmonies of #5941AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5941AF

Black with #5941AF

Text Example


Text Example

White with #5941AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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