Html Css Color HEX #591B76 Blue Diamond

📋 copy color: '#591B76'

red 89 ◦ green 27 ◦ blue 118

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

Shades of Blue Diamond #591B76

Tints of Blue Diamond #591B76

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.54%

 BLUE value IS 118 (46.48% from 255) = 50.43%

R = 38.03%
G = 11.54%
B = 50.43%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#591B76 (or 0x591B76) is known color: Blue Diamond. HEX triplet: 59, 1B and 76. RGB value is (89,27,118). Sum of RGB (Red+Green+Blue) = 89+27+118=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #591B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591B76 is #A6E489. Grayscale: #373737. Windows color (decimal): -10937482 or 7740249. OLE color: 7740249.

HSL color Cylindrical-coordinate representation of color #591B76: hue angle of 280.88º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #591B76 is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 89 27 118 -
CMYK 0.25 0.77 0 0.54
HSL 280.88º 0.63% 0.28% -
HSV(B) 280.88º 0.77% 0.46% -
XYZ 7.78 4.22 17.54 -
YUV 55.91 163.04 151.6 -
System Red Green Blue C M Y K H S L
Decimal 89 27 118 0.25 0.77 0 0.54 280.88 0.63 0.28
Hex 59 1B 76 19 4D 0 36 119 3F 1C
Octal 131 33 166 31 115 0 66 431 77 34
Binary 1011001 11011 1110110 11001 1001101 0 110110 100011001 111111 11100

Color Harmonies of #591B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591B76

Black with #591B76

Text Example


Text Example

White with #591B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591B76; }

 p { color: rgb(89,27,118); }

 H1.HeaderClassName
 {
   color: #591B76;
 }
 .AnyTagClassName
 {
   color: #591B76;
 }
</style>

background-color css

<style>
 a { background-color: #591B76; }

 a { background-color: rgb(89,27,118); }

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

border-color css

<style>
 span { border-color: #591B76; }

 span { border-color: rgb(89,27,118); }

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