Html Css Color HEX #595081 Victoria

📋 copy color: '#595081'

red 89 ◦ green 80 ◦ blue 129

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

Shades of Victoria #595081

Tints of Victoria #595081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 43.29%

R = 29.87%
G = 26.85%
B = 43.29%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#595081 (or 0x595081) is known color: Victoria. HEX triplet: 59, 50 and 81. RGB value is (89,80,129). Sum of RGB (Red+Green+Blue) = 89+80+129=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 129 - color contains mainly: blue. Hex color #595081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595081 is #A6AF7E. Grayscale: #585858. Windows color (decimal): -10923903 or 8474713. OLE color: 8474713.

HSL color Cylindrical-coordinate representation of color #595081: hue angle of 251.02º degrees, saturation: 0.23, 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 #595081 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 89 80 129 -
CMYK 0.31 0.38 0 0.49
HSL 251.02º 0.23% 0.41% -
HSV(B) 251.02º 0.38% 0.51% -
XYZ 10.95 9.45 22.01 -
YUV 88.28 150.98 128.52 -
System Red Green Blue C M Y K H S L
Decimal 89 80 129 0.31 0.38 0 0.49 251.02 0.23 0.41
Hex 59 50 81 1F 26 0 31 FB 17 29
Octal 131 120 201 37 46 0 61 373 27 51
Binary 1011001 1010000 10000001 11111 100110 0 110001 11111011 10111 101001

Color Harmonies of #595081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595081

Black with #595081

Text Example


Text Example

White with #595081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595081; }

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

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

background-color css

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

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

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

border-color css

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

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

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