Html Css Color HEX #595186 Victoria

📋 copy color: '#595186'

red 89 ◦ green 81 ◦ blue 134

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

Shades of Victoria #595186

Tints of Victoria #595186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 44.08%

R = 29.28%
G = 26.64%
B = 44.08%

CMYK

 C value IS 0.34

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#595186 (or 0x595186) is known color: Victoria. HEX triplet: 59, 51 and 86. RGB value is (89,81,134). Sum of RGB (Red+Green+Blue) = 89+81+134=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 134 - color contains mainly: blue. Hex color #595186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595186 is #A6AE79. Grayscale: #595959. Windows color (decimal): -10923642 or 8802649. OLE color: 8802649.

HSL color Cylindrical-coordinate representation of color #595186: hue angle of 249.06º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #595186 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 89 81 134 -
CMYK 0.34 0.40 0 0.47
HSL 249.06º 0.25% 0.42% -
HSV(B) 249.06º 0.4% 0.53% -
XYZ 11.37 9.73 23.83 -
YUV 89.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 89 81 134 0.34 0.40 0 0.47 249.06 0.25 0.42
Hex 59 51 86 22 28 0 2F F9 19 2A
Octal 131 121 206 42 50 0 57 371 31 52
Binary 1011001 1010001 10000110 100010 101000 0 101111 11111001 11001 101010

Color Harmonies of #595186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595186

Black with #595186

Text Example


Text Example

White with #595186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595186; }

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

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

background-color css

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

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

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

border-color css

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

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

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