Html Css Color HEX #594D75 Victoria

📋 copy color: '#594D75'

red 89 ◦ green 77 ◦ blue 117

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

Shades of Victoria #594D75

Tints of Victoria #594D75

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.21%

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

R = 31.45%
G = 27.21%
B = 41.34%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#594D75 (or 0x594D75) is known color: Victoria. HEX triplet: 59, 4D and 75. RGB value is (89,77,117). Sum of RGB (Red+Green+Blue) = 89+77+117=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 117 - color contains mainly: blue. Hex color #594D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594D75 is #A6B28A. Grayscale: #555555. Windows color (decimal): -10924683 or 7687513. OLE color: 7687513.

HSL color Cylindrical-coordinate representation of color #594D75: hue angle of 258º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #594D75 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 89 77 117 -
CMYK 0.24 0.34 0 0.54
HSL 258º 0.21% 0.38% -
HSV(B) 258º 0.34% 0.46% -
XYZ 9.98 8.72 17.99 -
YUV 85.15 145.98 130.75 -
System Red Green Blue C M Y K H S L
Decimal 89 77 117 0.24 0.34 0 0.54 258 0.21 0.38
Hex 59 4D 75 18 22 0 36 102 15 26
Octal 131 115 165 30 42 0 66 402 25 46
Binary 1011001 1001101 1110101 11000 100010 0 110110 100000010 10101 100110

Color Harmonies of #594D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594D75

Black with #594D75

Text Example


Text Example

White with #594D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594D75; }

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

 H1.HeaderClassName
 {
   color: #594D75;
 }
 .AnyTagClassName
 {
   color: #594D75;
 }
</style>

background-color css

<style>
 a { background-color: #594D75; }

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

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

border-color css

<style>
 span { border-color: #594D75; }

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

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