Html Css Color HEX #595292 Victoria

📋 copy color: '#595292'

red 89 ◦ green 82 ◦ blue 146

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

Shades of Victoria #595292

Tints of Victoria #595292

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 value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#595292 (or 0x595292) is known color: 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

RGB 89 82 146 -
CMYK 0.39 0.44 0 0.43
HSL 246.56º 0.28% 0.45% -
HSV(B) 246.56º 0.44% 0.57% -
XYZ 12.33 10.23 28.52 -
YUV 91.39 158.82 126.3 -
System Red Green Blue C M Y K H S L
Decimal 89 82 146 0.39 0.44 0 0.43 246.56 0.28 0.45
Hex 59 52 92 27 2C 0 2B F7 1C 2D
Octal 131 122 222 47 54 0 53 367 34 55
Binary 1011001 1010010 10010010 100111 101100 0 101011 11110111 11100 101101

Color Harmonies of #595292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595292

Black with #595292

Text Example


Text Example

White with #595292

Text Example


Text Example

HTML Codes & Css Web 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>