Html Css Color HEX #591A74 Blue Diamond

📋 copy color: '#591A74'

red 89 ◦ green 26 ◦ blue 116

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

Shades of Blue Diamond #591A74

Tints of Blue Diamond #591A74

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.26%

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

R = 38.53%
G = 11.26%
B = 50.22%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#591A74 (or 0x591A74) is known color: Blue Diamond. HEX triplet: 59, 1A and 74. RGB value is (89,26,116). Sum of RGB (Red+Green+Blue) = 89+26+116=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 116 (45.70% from 255 or 50.22% from 231); Max value from RGB is 116 - color contains mainly: blue. Hex color #591A74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591A74 is #A6E58B. Grayscale: #363636. Windows color (decimal): -10937740 or 7608921. OLE color: 7608921.

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

Color convert

RGB 89 26 116 -
CMYK 0.23 0.78 0 0.55
HSL 282º 0.63% 0.28% -
HSV(B) 282º 0.78% 0.45% -
XYZ 7.64 4.12 16.92 -
YUV 55.1 162.37 152.18 -
System Red Green Blue C M Y K H S L
Decimal 89 26 116 0.23 0.78 0 0.55 282 0.63 0.28
Hex 59 1A 74 17 4E 0 37 11A 3F 1C
Octal 131 32 164 27 116 0 67 432 77 34
Binary 1011001 11010 1110100 10111 1001110 0 110111 100011010 111111 11100

Color Harmonies of #591A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591A74

Black with #591A74

Text Example


Text Example

White with #591A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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