Html Css Color HEX #585179 Victoria

📋 copy color: '#585179'

red 88 ◦ green 81 ◦ blue 121

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

Shades of Victoria #585179

Tints of Victoria #585179

RGB

 RED value IS 88 (34.77% from 255) = 30.34%

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

 BLUE value IS 121 (47.66% from 255) = 41.72%

R = 30.34%
G = 27.93%
B = 41.72%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#585179 (or 0x585179) is known color: Victoria. HEX triplet: 58, 51 and 79. RGB value is (88,81,121). Sum of RGB (Red+Green+Blue) = 88+81+121=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 121 - color contains mainly: blue. Hex color #585179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585179 is #A7AE86. Grayscale: #575757. Windows color (decimal): -10989191 or 7950680. OLE color: 7950680.

HSL color Cylindrical-coordinate representation of color #585179: hue angle of 250.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #585179 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 81 121 -
CMYK 0.27 0.33 0 0.53
HSL 250.5º 0.2% 0.4% -
HSV(B) 250.5º 0.33% 0.47% -
XYZ 10.42 9.34 19.34 -
YUV 87.65 146.82 128.25 -
System Red Green Blue C M Y K H S L
Decimal 88 81 121 0.27 0.33 0 0.53 250.5 0.2 0.4
Hex 58 51 79 1B 21 0 35 FB 14 28
Octal 130 121 171 33 41 0 65 373 24 50
Binary 1011000 1010001 1111001 11011 100001 0 110101 11111011 10100 101000

Color Harmonies of #585179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585179

Black with #585179

Text Example


Text Example

White with #585179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585179; }

 p { color: rgb(88,81,121); }

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

background-color css

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

 a { background-color: rgb(88,81,121); }

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

border-color css

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

 span { border-color: rgb(88,81,121); }

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