Html Css Color HEX #595885 Victoria

📋 copy color: '#595885'

red 89 ◦ green 88 ◦ blue 133

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

Shades of Victoria #595885

Tints of Victoria #595885

RGB

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

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

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

R = 28.71%
G = 28.39%
B = 42.9%

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#595885 (or 0x595885) is known color: Victoria. HEX triplet: 59, 58 and 85. RGB value is (89,88,133). Sum of RGB (Red+Green+Blue) = 89+88+133=310 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.71% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 133 - color contains mainly: blue. Hex color #595885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595885 is #A6A77A. Grayscale: #5D5D5D. Windows color (decimal): -10921851 or 8738905. OLE color: 8738905.

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

Color convert

RGB 89 88 133 -
CMYK 0.33 0.34 0 0.48
HSL 241.33º 0.2% 0.43% -
HSV(B) 241.33º 0.34% 0.52% -
XYZ 11.84 10.8 23.65 -
YUV 93.43 150.33 124.84 -
System Red Green Blue C M Y K H S L
Decimal 89 88 133 0.33 0.34 0 0.48 241.33 0.2 0.43
Hex 59 58 85 21 22 0 30 F1 14 2B
Octal 131 130 205 41 42 0 60 361 24 53
Binary 1011001 1011000 10000101 100001 100010 0 110000 11110001 10100 101011

Color Harmonies of #595885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595885

Black with #595885

Text Example


Text Example

White with #595885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595885; }

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

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

background-color css

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

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

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

border-color css

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

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

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