Html Css Color HEX #594C92 Victoria

📋 copy color: '#594C92'

red 89 ◦ green 76 ◦ blue 146

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

Shades of Victoria #594C92

Tints of Victoria #594C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.95%

R = 28.62%
G = 24.44%
B = 46.95%

CMYK

 C value IS 0.39

 M value IS 0.48

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#594C92 (or 0x594C92) is known color: Victoria. HEX triplet: 59, 4C and 92. RGB value is (89,76,146). Sum of RGB (Red+Green+Blue) = 89+76+146=311 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.62% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #594C92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594C92 is #A6B36D. Grayscale: #575757. Windows color (decimal): -10924910 or 9587801. OLE color: 9587801.

HSL color Cylindrical-coordinate representation of color #594C92: hue angle of 251.14º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #594C92 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 76 146 -
CMYK 0.39 0.48 0 0.43
HSL 251.14º 0.32% 0.44% -
HSV(B) 251.14º 0.48% 0.57% -
XYZ 11.89 9.37 28.38 -
YUV 87.87 160.81 128.81 -
System Red Green Blue C M Y K H S L
Decimal 89 76 146 0.39 0.48 0 0.43 251.14 0.32 0.44
Hex 59 4C 92 27 30 0 2B FB 20 2C
Octal 131 114 222 47 60 0 53 373 40 54
Binary 1011001 1001100 10010010 100111 110000 0 101011 11111011 100000 101100

Color Harmonies of #594C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594C92

Black with #594C92

Text Example


Text Example

White with #594C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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