Html Css Color HEX #5947A9 Rich Blue

📋 copy color: '#5947A9'

red 89 ◦ green 71 ◦ blue 169

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

Shades of Rich Blue #5947A9

Tints of Rich Blue #5947A9

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.58%

 BLUE value IS 169 (66.41% from 255) = 51.37%

R = 27.05%
G = 21.58%
B = 51.37%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#5947A9 (or 0x5947A9) is known color: Rich Blue. HEX triplet: 59, 47 and A9. RGB value is (89,71,169). Sum of RGB (Red+Green+Blue) = 89+71+169=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 169 (66.41% from 255 or 51.37% from 329); Max value from RGB is 169 - color contains mainly: blue. Hex color #5947A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5947A9 is #A6B856. Grayscale: #575757. Windows color (decimal): -10926167 or 11093849. OLE color: 11093849.

HSL color Cylindrical-coordinate representation of color #5947A9: hue angle of 251.02º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5947A9 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 89 71 169 -
CMYK 0.47 0.58 0 0.34
HSL 251.02º 0.41% 0.47% -
HSV(B) 251.02º 0.58% 0.66% -
XYZ 13.53 9.49 38.66 -
YUV 87.55 173.96 129.03 -
System Red Green Blue C M Y K H S L
Decimal 89 71 169 0.47 0.58 0 0.34 251.02 0.41 0.47
Hex 59 47 A9 2F 3A 0 22 FB 29 2F
Octal 131 107 251 57 72 0 42 373 51 57
Binary 1011001 1000111 10101001 101111 111010 0 100010 11111011 101001 101111

Color Harmonies of #5947A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5947A9

Black with #5947A9

Text Example


Text Example

White with #5947A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5947A9; }

 p { color: rgb(89,71,169); }

 H1.HeaderClassName
 {
   color: #5947A9;
 }
 .AnyTagClassName
 {
   color: #5947A9;
 }
</style>

background-color css

<style>
 a { background-color: #5947A9; }

 a { background-color: rgb(89,71,169); }

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

border-color css

<style>
 span { border-color: #5947A9; }

 span { border-color: rgb(89,71,169); }

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