Html Css Color HEX #594F76 Victoria

📋 copy color: '#594F76'

red 89 ◦ green 79 ◦ blue 118

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

Shades of Victoria #594F76

Tints of Victoria #594F76

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.62%

 BLUE value IS 118 (46.48% from 255) = 41.26%

R = 31.12%
G = 27.62%
B = 41.26%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#594F76 (or 0x594F76) is known color: Victoria. HEX triplet: 59, 4F and 76. RGB value is (89,79,118). Sum of RGB (Red+Green+Blue) = 89+79+118=286 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.12% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 118 - color contains mainly: blue. Hex color #594F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594F76 is #A6B089. Grayscale: #565656. Windows color (decimal): -10924170 or 7753561. OLE color: 7753561.

HSL color Cylindrical-coordinate representation of color #594F76: hue angle of 255.38º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #594F76 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 89 79 118 -
CMYK 0.25 0.33 0 0.54
HSL 255.38º 0.2% 0.39% -
HSV(B) 255.38º 0.33% 0.46% -
XYZ 10.19 9.02 18.34 -
YUV 86.44 145.81 129.83 -
System Red Green Blue C M Y K H S L
Decimal 89 79 118 0.25 0.33 0 0.54 255.38 0.2 0.39
Hex 59 4F 76 19 21 0 36 FF 14 27
Octal 131 117 166 31 41 0 66 377 24 47
Binary 1011001 1001111 1110110 11001 100001 0 110110 11111111 10100 100111

Color Harmonies of #594F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594F76

Black with #594F76

Text Example


Text Example

White with #594F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,79,118); }

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

background-color css

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

 a { background-color: rgb(89,79,118); }

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

border-color css

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

 span { border-color: rgb(89,79,118); }

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