Html Css Color HEX #594C87 Victoria

📋 copy color: '#594C87'

red 89 ◦ green 76 ◦ blue 135

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

Shades of Victoria #594C87

Tints of Victoria #594C87

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.33%

 BLUE value IS 135 (53.13% from 255) = 45%

R = 29.67%
G = 25.33%
B = 45%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#594C87 (or 0x594C87) is known color: Victoria. HEX triplet: 59, 4C and 87. RGB value is (89,76,135). Sum of RGB (Red+Green+Blue) = 89+76+135=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #594C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594C87 is #A6B378. Grayscale: #565656. Windows color (decimal): -10924921 or 8866905. OLE color: 8866905.

HSL color Cylindrical-coordinate representation of color #594C87: hue angle of 253.22º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #594C87 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 89 76 135 -
CMYK 0.34 0.44 0 0.47
HSL 253.22º 0.28% 0.41% -
HSV(B) 253.22º 0.44% 0.53% -
XYZ 11.08 9.04 24.08 -
YUV 86.61 155.31 129.7 -
System Red Green Blue C M Y K H S L
Decimal 89 76 135 0.34 0.44 0 0.47 253.22 0.28 0.41
Hex 59 4C 87 22 2C 0 2F FD 1C 29
Octal 131 114 207 42 54 0 57 375 34 51
Binary 1011001 1001100 10000111 100010 101100 0 101111 11111101 11100 101001

Color Harmonies of #594C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594C87

Black with #594C87

Text Example


Text Example

White with #594C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,76,135); }

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

background-color css

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

 a { background-color: rgb(89,76,135); }

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

border-color css

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

 span { border-color: rgb(89,76,135); }

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