Html Css Color HEX #591C74 Blue Diamond

📋 copy color: '#591C74'

red 89 ◦ green 28 ◦ blue 116

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

Shades of Blue Diamond #591C74

Tints of Blue Diamond #591C74

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.02%

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

R = 38.2%
G = 12.02%
B = 49.79%

CMYK

 C value IS 0.23

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#591C74 (or 0x591C74) is known color: Blue Diamond. HEX triplet: 59, 1C and 74. RGB value is (89,28,116). Sum of RGB (Red+Green+Blue) = 89+28+116=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 116 (45.70% from 255 or 49.79% from 233); Max value from RGB is 116 - color contains mainly: blue. Hex color #591C74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591C74 is #A6E38B. Grayscale: #373737. Windows color (decimal): -10937228 or 7609433. OLE color: 7609433.

HSL color Cylindrical-coordinate representation of color #591C74: hue angle of 281.59º degrees, saturation: 0.61, 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 #591C74 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 89 28 116 -
CMYK 0.23 0.76 0 0.55
HSL 281.59º 0.61% 0.28% -
HSV(B) 281.59º 0.76% 0.45% -
XYZ 7.69 4.22 16.93 -
YUV 56.27 161.71 151.34 -
System Red Green Blue C M Y K H S L
Decimal 89 28 116 0.23 0.76 0 0.55 281.59 0.61 0.28
Hex 59 1C 74 17 4C 0 37 11A 3D 1C
Octal 131 34 164 27 114 0 67 432 75 34
Binary 1011001 11100 1110100 10111 1001100 0 110111 100011010 111101 11100

Color Harmonies of #591C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591C74

Black with #591C74

Text Example


Text Example

White with #591C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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