Html Css Color HEX #595181 Victoria

📋 copy color: '#595181'

red 89 ◦ green 81 ◦ blue 129

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

Shades of Victoria #595181

Tints of Victoria #595181

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.09%

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

R = 29.77%
G = 27.09%
B = 43.14%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#595181 (or 0x595181) is known color: Victoria. HEX triplet: 59, 51 and 81. RGB value is (89,81,129). Sum of RGB (Red+Green+Blue) = 89+81+129=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 129 - color contains mainly: blue. Hex color #595181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595181 is #A6AE7E. Grayscale: #585858. Windows color (decimal): -10923647 or 8474969. OLE color: 8474969.

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

Color convert

RGB 89 81 129 -
CMYK 0.31 0.37 0 0.49
HSL 250º 0.23% 0.41% -
HSV(B) 250º 0.37% 0.51% -
XYZ 11.02 9.59 22.04 -
YUV 88.86 150.65 128.1 -
System Red Green Blue C M Y K H S L
Decimal 89 81 129 0.31 0.37 0 0.49 250 0.23 0.41
Hex 59 51 81 1F 25 0 31 FA 17 29
Octal 131 121 201 37 45 0 61 372 27 51
Binary 1011001 1010001 10000001 11111 100101 0 110001 11111010 10111 101001

Color Harmonies of #595181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595181

Black with #595181

Text Example


Text Example

White with #595181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595181; }

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

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

background-color css

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

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

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

border-color css

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

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

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