Html Css Color HEX #595488 Victoria

📋 copy color: '#595488'

red 89 ◦ green 84 ◦ blue 136

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

Shades of Victoria #595488

Tints of Victoria #595488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.18%

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

R = 28.8%
G = 27.18%
B = 44.01%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#595488 (or 0x595488) is known color: Victoria. HEX triplet: 59, 54 and 88. RGB value is (89,84,136). Sum of RGB (Red+Green+Blue) = 89+84+136=309 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.80% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 136 - color contains mainly: blue. Hex color #595488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595488 is #A6AB77. Grayscale: #5B5B5B. Windows color (decimal): -10922872 or 8934489. OLE color: 8934489.

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

Color convert

RGB 89 84 136 -
CMYK 0.35 0.38 0 0.47
HSL 245.77º 0.24% 0.43% -
HSV(B) 245.77º 0.38% 0.53% -
XYZ 11.73 10.24 24.65 -
YUV 91.42 153.16 126.27 -
System Red Green Blue C M Y K H S L
Decimal 89 84 136 0.35 0.38 0 0.47 245.77 0.24 0.43
Hex 59 54 88 23 26 0 2F F6 18 2B
Octal 131 124 210 43 46 0 57 366 30 53
Binary 1011001 1010100 10001000 100011 100110 0 101111 11110110 11000 101011

Color Harmonies of #595488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595488

Black with #595488

Text Example


Text Example

White with #595488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595488; }

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

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

background-color css

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

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

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

border-color css

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

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

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