Html Css Color HEX #595188 Victoria

📋 copy color: '#595188'

red 89 ◦ green 81 ◦ blue 136

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

Shades of Victoria #595188

Tints of Victoria #595188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 44.44%

R = 29.08%
G = 26.47%
B = 44.44%

CMYK

 C value IS 0.35

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#595188 (or 0x595188) is known color: Victoria. HEX triplet: 59, 51 and 88. RGB value is (89,81,136). Sum of RGB (Red+Green+Blue) = 89+81+136=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #595188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595188 is #A6AE77. Grayscale: #595959. Windows color (decimal): -10923640 or 8933721. OLE color: 8933721.

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

Color convert

RGB 89 81 136 -
CMYK 0.35 0.40 0 0.47
HSL 248.73º 0.25% 0.43% -
HSV(B) 248.73º 0.4% 0.53% -
XYZ 11.51 9.79 24.58 -
YUV 89.66 154.15 127.53 -
System Red Green Blue C M Y K H S L
Decimal 89 81 136 0.35 0.40 0 0.47 248.73 0.25 0.43
Hex 59 51 88 23 28 0 2F F9 19 2B
Octal 131 121 210 43 50 0 57 371 31 53
Binary 1011001 1010001 10001000 100011 101000 0 101111 11111001 11001 101011

Color Harmonies of #595188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595188

Black with #595188

Text Example


Text Example

White with #595188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595188; }

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

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

background-color css

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

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

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

border-color css

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

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

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