Html Css Color HEX #58517F Victoria

📋 copy color: '#58517F'

red 88 ◦ green 81 ◦ blue 127

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

Shades of Victoria #58517F

Tints of Victoria #58517F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 42.91%

R = 29.73%
G = 27.36%
B = 42.91%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#58517F (or 0x58517F) is known color: Victoria. HEX triplet: 58, 51 and 7F. RGB value is (88,81,127). Sum of RGB (Red+Green+Blue) = 88+81+127=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 127 - color contains mainly: blue. Hex color #58517F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58517F is #A7AE80. Grayscale: #585858. Windows color (decimal): -10989185 or 8343896. OLE color: 8343896.

HSL color Cylindrical-coordinate representation of color #58517F: hue angle of 249.13º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #58517F is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 88 81 127 -
CMYK 0.31 0.36 0 0.50
HSL 249.13º 0.22% 0.41% -
HSV(B) 249.13º 0.36% 0.5% -
XYZ 10.8 9.49 21.34 -
YUV 88.34 149.82 127.76 -
System Red Green Blue C M Y K H S L
Decimal 88 81 127 0.31 0.36 0 0.50 249.13 0.22 0.41
Hex 58 51 7F 1F 24 0 32 F9 16 29
Octal 130 121 177 37 44 0 62 371 26 51
Binary 1011000 1010001 1111111 11111 100100 0 110010 11111001 10110 101001

Color Harmonies of #58517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58517F

Black with #58517F

Text Example


Text Example

White with #58517F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58517F; }

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

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

background-color css

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

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

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

border-color css

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

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

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