Html Css Color HEX #595082 Victoria

📋 copy color: '#595082'

red 89 ◦ green 80 ◦ blue 130

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

Shades of Victoria #595082

Tints of Victoria #595082

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.76%

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

R = 29.77%
G = 26.76%
B = 43.48%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#595082 (or 0x595082) is known color: Victoria. HEX triplet: 59, 50 and 82. RGB value is (89,80,130). Sum of RGB (Red+Green+Blue) = 89+80+130=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #595082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595082 is #A6AF7D. Grayscale: #585858. Windows color (decimal): -10923902 or 8540249. OLE color: 8540249.

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

Color convert

RGB 89 80 130 -
CMYK 0.32 0.38 0 0.49
HSL 250.8º 0.24% 0.41% -
HSV(B) 250.8º 0.38% 0.51% -
XYZ 11.02 9.47 22.37 -
YUV 88.39 151.48 128.43 -
System Red Green Blue C M Y K H S L
Decimal 89 80 130 0.32 0.38 0 0.49 250.8 0.24 0.41
Hex 59 50 82 20 26 0 31 FB 18 29
Octal 131 120 202 40 46 0 61 373 30 51
Binary 1011001 1010000 10000010 100000 100110 0 110001 11111011 11000 101001

Color Harmonies of #595082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595082

Black with #595082

Text Example


Text Example

White with #595082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595082; }

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

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

background-color css

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

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

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

border-color css

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

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

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