Html Css Color HEX #595075 Victoria

📋 copy color: '#595075'

red 89 ◦ green 80 ◦ blue 117

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

Shades of Victoria #595075

Tints of Victoria #595075

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.97%

 BLUE value IS 117 (46.09% from 255) = 40.91%

R = 31.12%
G = 27.97%
B = 40.91%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#595075 (or 0x595075) is known color: Victoria. HEX triplet: 59, 50 and 75. RGB value is (89,80,117). Sum of RGB (Red+Green+Blue) = 89+80+117=286 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.12% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 117 - color contains mainly: blue. Hex color #595075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595075 is #A6AF8A. Grayscale: #565656. Windows color (decimal): -10923915 or 7688281. OLE color: 7688281.

HSL color Cylindrical-coordinate representation of color #595075: hue angle of 254.59º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #595075 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 89 80 117 -
CMYK 0.24 0.32 0 0.54
HSL 254.59º 0.19% 0.39% -
HSV(B) 254.59º 0.32% 0.46% -
XYZ 10.2 9.15 18.06 -
YUV 86.91 144.98 129.49 -
System Red Green Blue C M Y K H S L
Decimal 89 80 117 0.24 0.32 0 0.54 254.59 0.19 0.39
Hex 59 50 75 18 20 0 36 FF 13 27
Octal 131 120 165 30 40 0 66 377 23 47
Binary 1011001 1010000 1110101 11000 100000 0 110110 11111111 10011 100111

Color Harmonies of #595075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595075

Black with #595075

Text Example


Text Example

White with #595075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595075; }

 p { color: rgb(89,80,117); }

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

background-color css

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

 a { background-color: rgb(89,80,117); }

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

border-color css

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

 span { border-color: rgb(89,80,117); }

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