#594C75

Color #594C75 Victoria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Victoria #594C75

Tints of Victoria #594C75

Color information

#594C75 (or 0x594C75) is unknown color: approx Victoria. HEX triplet: 59, 4C and 75. RGB value is (89,76,117). Sum of RGB (Red+Green+Blue) = 89+76+117=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 117 - color contains mainly: blue. Hex color #594C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594C75 is #A6B38A. Grayscale: #545454. Windows color (decimal): -10924939 or 7687257. OLE color: 7687257.

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

Color convert

RGB8976117-
CMYK0.240.3500.54
HSL259.02º21.24%37.84%-
HSV(B)259.02º35.04%45.88%-
XYZ9.928.5817.96-
YUV84.56146.31131.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.56%
GREEN value IS 76 (30.08% from 255) = 26.95%
BLUE value IS 117 (46.09% from 255) = 41.49%
R=31.56%
G=26.95%
B=41.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal89761170.240.3500.54259.0221.2437.84
Hex594C7518230361031526
Octal13111416530430664032546
Binary10110011001100111010111000100011011011010000001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #594C75;
 }
 .AnyTagClassName
 {
   color: #594C75;
 }
</style>
background-color css

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

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

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

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

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

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