Html Css Color HEX #585176 Victoria

📋 copy color: '#585176'

red 88 ◦ green 81 ◦ blue 118

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

Shades of Victoria #585176

Tints of Victoria #585176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 41.11%

R = 30.66%
G = 28.22%
B = 41.11%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#585176 (or 0x585176) is known color: Victoria. HEX triplet: 58, 51 and 76. RGB value is (88,81,118). Sum of RGB (Red+Green+Blue) = 88+81+118=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 118 - color contains mainly: blue. Hex color #585176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585176 is #A7AE89. Grayscale: #575757. Windows color (decimal): -10989194 or 7754072. OLE color: 7754072.

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

Color convert

RGB 88 81 118 -
CMYK 0.25 0.31 0 0.54
HSL 251.35º 0.19% 0.39% -
HSV(B) 251.35º 0.31% 0.46% -
XYZ 10.24 9.27 18.39 -
YUV 87.31 145.32 128.49 -
System Red Green Blue C M Y K H S L
Decimal 88 81 118 0.25 0.31 0 0.54 251.35 0.19 0.39
Hex 58 51 76 19 1F 0 36 FB 13 27
Octal 130 121 166 31 37 0 66 373 23 47
Binary 1011000 1010001 1110110 11001 11111 0 110110 11111011 10011 100111

Color Harmonies of #585176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585176

Black with #585176

Text Example


Text Example

White with #585176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585176; }

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

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

background-color css

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

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

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

border-color css

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

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

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