Html Css Color HEX #5947AB Rich Blue

📋 copy color: '#5947AB'

red 89 ◦ green 71 ◦ blue 171

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

Shades of Rich Blue #5947AB

Tints of Rich Blue #5947AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.66%

R = 26.89%
G = 21.45%
B = 51.66%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5947AB (or 0x5947AB) is known color: Rich Blue. HEX triplet: 59, 47 and AB. RGB value is (89,71,171). Sum of RGB (Red+Green+Blue) = 89+71+171=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #5947AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5947AB is #A6B854. Grayscale: #575757. Windows color (decimal): -10926165 or 11224921. OLE color: 11224921.

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

Color convert

RGB 89 71 171 -
CMYK 0.48 0.58 0 0.33
HSL 250.8º 0.41% 0.47% -
HSV(B) 250.8º 0.58% 0.67% -
XYZ 13.72 9.57 39.65 -
YUV 87.78 174.96 128.87 -
System Red Green Blue C M Y K H S L
Decimal 89 71 171 0.48 0.58 0 0.33 250.8 0.41 0.47
Hex 59 47 AB 30 3A 0 21 FB 29 2F
Octal 131 107 253 60 72 0 41 373 51 57
Binary 1011001 1000111 10101011 110000 111010 0 100001 11111011 101001 101111

Color Harmonies of #5947AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5947AB

Black with #5947AB

Text Example


Text Example

White with #5947AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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