Html Css Color HEX #591C75 Blue Diamond

📋 copy color: '#591C75'

red 89 ◦ green 28 ◦ blue 117

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

Shades of Blue Diamond #591C75

Tints of Blue Diamond #591C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 50%

R = 38.03%
G = 11.97%
B = 50%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#591C75 (or 0x591C75) is known color: Blue Diamond. HEX triplet: 59, 1C and 75. RGB value is (89,28,117). Sum of RGB (Red+Green+Blue) = 89+28+117=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 28 (11.33% from 255 or 11.97% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #591C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591C75 is #A6E38A. Grayscale: #383838. Windows color (decimal): -10937227 or 7674969. OLE color: 7674969.

HSL color Cylindrical-coordinate representation of color #591C75: hue angle of 281.12º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #591C75 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 89 28 117 -
CMYK 0.24 0.76 0 0.54
HSL 281.12º 0.61% 0.28% -
HSV(B) 281.12º 0.76% 0.46% -
XYZ 7.75 4.24 17.24 -
YUV 56.39 162.21 151.26 -
System Red Green Blue C M Y K H S L
Decimal 89 28 117 0.24 0.76 0 0.54 281.12 0.61 0.28
Hex 59 1C 75 18 4C 0 36 119 3D 1C
Octal 131 34 165 30 114 0 66 431 75 34
Binary 1011001 11100 1110101 11000 1001100 0 110110 100011001 111101 11100

Color Harmonies of #591C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591C75

Black with #591C75

Text Example


Text Example

White with #591C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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