Html Css Color HEX #595887 Victoria

📋 copy color: '#595887'

red 89 ◦ green 88 ◦ blue 135

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

Shades of Victoria #595887

Tints of Victoria #595887

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.21%

 BLUE value IS 135 (53.13% from 255) = 43.27%

R = 28.53%
G = 28.21%
B = 43.27%

CMYK

 C value IS 0.34

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#595887 (or 0x595887) is known color: Victoria. HEX triplet: 59, 58 and 87. RGB value is (89,88,135). Sum of RGB (Red+Green+Blue) = 89+88+135=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 135 - color contains mainly: blue. Hex color #595887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595887 is #A6A778. Grayscale: #5D5D5D. Windows color (decimal): -10921849 or 8869977. OLE color: 8869977.

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

Color convert

RGB 89 88 135 -
CMYK 0.34 0.35 0 0.47
HSL 241.28º 0.21% 0.44% -
HSV(B) 241.28º 0.35% 0.53% -
XYZ 11.98 10.85 24.38 -
YUV 93.66 151.33 124.68 -
System Red Green Blue C M Y K H S L
Decimal 89 88 135 0.34 0.35 0 0.47 241.28 0.21 0.44
Hex 59 58 87 22 23 0 2F F1 15 2C
Octal 131 130 207 42 43 0 57 361 25 54
Binary 1011001 1011000 10000111 100010 100011 0 101111 11110001 10101 101100

Color Harmonies of #595887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595887

Black with #595887

Text Example


Text Example

White with #595887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595887; }

 p { color: rgb(89,88,135); }

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

background-color css

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

 a { background-color: rgb(89,88,135); }

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

border-color css

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

 span { border-color: rgb(89,88,135); }

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