Html Css Color HEX #591B72 Blue Diamond

📋 copy color: '#591B72'

red 89 ◦ green 27 ◦ blue 114

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

Shades of Blue Diamond #591B72

Tints of Blue Diamond #591B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 49.57%

R = 38.7%
G = 11.74%
B = 49.57%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#591B72 (or 0x591B72) is known color: Blue Diamond. HEX triplet: 59, 1B and 72. RGB value is (89,27,114). Sum of RGB (Red+Green+Blue) = 89+27+114=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 27 (10.94% from 255 or 11.74% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #591B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591B72 is #A6E48D. Grayscale: #373737. Windows color (decimal): -10937486 or 7478105. OLE color: 7478105.

HSL color Cylindrical-coordinate representation of color #591B72: hue angle of 282.76º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #591B72 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 89 27 114 -
CMYK 0.22 0.76 0 0.55
HSL 282.76º 0.62% 0.28% -
HSV(B) 282.76º 0.76% 0.45% -
XYZ 7.55 4.12 16.32 -
YUV 55.46 161.04 151.93 -
System Red Green Blue C M Y K H S L
Decimal 89 27 114 0.22 0.76 0 0.55 282.76 0.62 0.28
Hex 59 1B 72 16 4C 0 37 11B 3E 1C
Octal 131 33 162 26 114 0 67 433 76 34
Binary 1011001 11011 1110010 10110 1001100 0 110111 100011011 111110 11100

Color Harmonies of #591B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591B72

Black with #591B72

Text Example


Text Example

White with #591B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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