Html Css Color HEX #591D7A Blue Diamond

📋 copy color: '#591D7A'

red 89 ◦ green 29 ◦ blue 122

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

Shades of Blue Diamond #591D7A

Tints of Blue Diamond #591D7A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.08%

 BLUE value IS 122 (48.05% from 255) = 50.83%

R = 37.08%
G = 12.08%
B = 50.83%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#591D7A (or 0x591D7A) is known color: Blue Diamond. HEX triplet: 59, 1D and 7A. RGB value is (89,29,122). Sum of RGB (Red+Green+Blue) = 89+29+122=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #591D7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591D7A is #A6E285. Grayscale: #393939. Windows color (decimal): -10936966 or 8002905. OLE color: 8002905.

HSL color Cylindrical-coordinate representation of color #591D7A: hue angle of 278.71º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #591D7A is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 89 29 122 -
CMYK 0.27 0.76 0 0.52
HSL 278.71º 0.62% 0.3% -
HSV(B) 278.71º 0.76% 0.48% -
XYZ 8.07 4.41 18.84 -
YUV 57.54 164.38 150.44 -
System Red Green Blue C M Y K H S L
Decimal 89 29 122 0.27 0.76 0 0.52 278.71 0.62 0.3
Hex 59 1D 7A 1B 4C 0 34 117 3E 1E
Octal 131 35 172 33 114 0 64 427 76 36
Binary 1011001 11101 1111010 11011 1001100 0 110100 100010111 111110 11110

Color Harmonies of #591D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591D7A

Black with #591D7A

Text Example


Text Example

White with #591D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,29,122); }

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

background-color css

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

 a { background-color: rgb(89,29,122); }

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

border-color css

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

 span { border-color: rgb(89,29,122); }

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