Html Css Color HEX #591B75 Blue Diamond

📋 copy color: '#591B75'

red 89 ◦ green 27 ◦ blue 117

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

Shades of Blue Diamond #591B75

Tints of Blue Diamond #591B75

RGB

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

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

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

R = 38.2%
G = 11.59%
B = 50.21%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#591B75 (or 0x591B75) is known color: Blue Diamond. HEX triplet: 59, 1B and 75. RGB value is (89,27,117). Sum of RGB (Red+Green+Blue) = 89+27+117=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 27 (10.94% from 255 or 11.59% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #591B75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591B75 is #A6E48A. Grayscale: #373737. Windows color (decimal): -10937483 or 7674713. OLE color: 7674713.

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

Color convert

RGB 89 27 117 -
CMYK 0.24 0.77 0 0.54
HSL 281.33º 0.63% 0.28% -
HSV(B) 281.33º 0.77% 0.46% -
XYZ 7.72 4.19 17.23 -
YUV 55.8 162.54 151.68 -
System Red Green Blue C M Y K H S L
Decimal 89 27 117 0.24 0.77 0 0.54 281.33 0.63 0.28
Hex 59 1B 75 18 4D 0 36 119 3E 1C
Octal 131 33 165 30 115 0 66 431 76 34
Binary 1011001 11011 1110101 11000 1001101 0 110110 100011001 111110 11100

Color Harmonies of #591B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591B75

Black with #591B75

Text Example


Text Example

White with #591B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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