Html Css Color HEX #595185 Victoria

📋 copy color: '#595185'

red 89 ◦ green 81 ◦ blue 133

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

Shades of Victoria #595185

Tints of Victoria #595185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 43.89%

R = 29.37%
G = 26.73%
B = 43.89%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#595185 (or 0x595185) is known color: Victoria. HEX triplet: 59, 51 and 85. RGB value is (89,81,133). Sum of RGB (Red+Green+Blue) = 89+81+133=303 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.37% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 133 - color contains mainly: blue. Hex color #595185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595185 is #A6AE7A. Grayscale: #595959. Windows color (decimal): -10923643 or 8737113. OLE color: 8737113.

HSL color Cylindrical-coordinate representation of color #595185: hue angle of 249.23º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #595185 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 81 133 -
CMYK 0.33 0.39 0 0.48
HSL 249.23º 0.24% 0.42% -
HSV(B) 249.23º 0.39% 0.52% -
XYZ 11.3 9.7 23.47 -
YUV 89.32 152.65 127.77 -
System Red Green Blue C M Y K H S L
Decimal 89 81 133 0.33 0.39 0 0.48 249.23 0.24 0.42
Hex 59 51 85 21 27 0 30 F9 18 2A
Octal 131 121 205 41 47 0 60 371 30 52
Binary 1011001 1010001 10000101 100001 100111 0 110000 11111001 11000 101010

Color Harmonies of #595185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595185

Black with #595185

Text Example


Text Example

White with #595185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595185; }

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

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

background-color css

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

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

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

border-color css

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

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

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