Html Css Color HEX #595482 Victoria

📋 copy color: '#595482'

red 89 ◦ green 84 ◦ blue 130

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

Shades of Victoria #595482

Tints of Victoria #595482

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.72%

 BLUE value IS 130 (51.17% from 255) = 42.9%

R = 29.37%
G = 27.72%
B = 42.9%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#595482 (or 0x595482) is known color: Victoria. HEX triplet: 59, 54 and 82. RGB value is (89,84,130). Sum of RGB (Red+Green+Blue) = 89+84+130=303 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.37% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 130 - color contains mainly: blue. Hex color #595482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595482 is #A6AB7D. Grayscale: #5A5A5A. Windows color (decimal): -10922878 or 8541273. OLE color: 8541273.

HSL color Cylindrical-coordinate representation of color #595482: hue angle of 246.52º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #595482 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 89 84 130 -
CMYK 0.32 0.35 0 0.49
HSL 246.52º 0.21% 0.42% -
HSV(B) 246.52º 0.35% 0.51% -
XYZ 11.32 10.08 22.47 -
YUV 90.74 150.16 126.76 -
System Red Green Blue C M Y K H S L
Decimal 89 84 130 0.32 0.35 0 0.49 246.52 0.21 0.42
Hex 59 54 82 20 23 0 31 F7 15 2A
Octal 131 124 202 40 43 0 61 367 25 52
Binary 1011001 1010100 10000010 100000 100011 0 110001 11110111 10101 101010

Color Harmonies of #595482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595482

Black with #595482

Text Example


Text Example

White with #595482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595482; }

 p { color: rgb(89,84,130); }

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

background-color css

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

 a { background-color: rgb(89,84,130); }

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

border-color css

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

 span { border-color: rgb(89,84,130); }

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