Html Css Color HEX #591B74 Blue Diamond

📋 copy color: '#591B74'

red 89 ◦ green 27 ◦ blue 116

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

Shades of Blue Diamond #591B74

Tints of Blue Diamond #591B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 50%

R = 38.36%
G = 11.64%
B = 50%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#591B74 (or 0x591B74) is known color: Blue Diamond. HEX triplet: 59, 1B and 74. RGB value is (89,27,116). Sum of RGB (Red+Green+Blue) = 89+27+116=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 116 (45.70% from 255 or 50% from 232); Max value from RGB is 116 - color contains mainly: blue. Hex color #591B74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591B74 is #A6E48B. Grayscale: #373737. Windows color (decimal): -10937484 or 7609177. OLE color: 7609177.

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

Color convert

RGB 89 27 116 -
CMYK 0.23 0.77 0 0.55
HSL 281.8º 0.62% 0.28% -
HSV(B) 281.8º 0.77% 0.45% -
XYZ 7.66 4.17 16.92 -
YUV 55.68 162.04 151.76 -
System Red Green Blue C M Y K H S L
Decimal 89 27 116 0.23 0.77 0 0.55 281.8 0.62 0.28
Hex 59 1B 74 17 4D 0 37 11A 3E 1C
Octal 131 33 164 27 115 0 67 432 76 34
Binary 1011001 11011 1110100 10111 1001101 0 110111 100011010 111110 11100

Color Harmonies of #591B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591B74

Black with #591B74

Text Example


Text Example

White with #591B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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