#595292

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

Shades of Victoria #595292

Tints of Victoria #595292

Color information

#595292 (or 0x595292) is unknown color: approx Victoria. HEX triplet: 59, 52 and 92. RGB value is (89,82,146). Sum of RGB (Red+Green+Blue) = 89+82+146=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #595292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595292 is #A6AD6D. Grayscale: #5B5B5B. Windows color (decimal): -10923374 or 9589337. OLE color: 9589337.

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

Color convert

RGB8982146-
CMYK0.390.4400.43
HSL246.56º28.07%44.71%-
HSV(B)246.56º43.84%57.25%-
XYZ12.3310.2328.52-
YUV91.39158.82126.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.08%
GREEN value IS 82 (32.42% from 255) = 25.87%
BLUE value IS 146 (57.42% from 255) = 46.06%
R=28.08%
G=25.87%
B=46.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal89821460.390.4400.43246.5628.0744.71
Hex595292272C02Bf71c2d
Octal13112222247540533673455
Binary101100110100101001001010011110110001010111111011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595292; }

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

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

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

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

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

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

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

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