Html Css Color HEX #58517D Victoria

📋 copy color: '#58517D'

red 88 ◦ green 81 ◦ blue 125

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

Shades of Victoria #58517D

Tints of Victoria #58517D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.52%

R = 29.93%
G = 27.55%
B = 42.52%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58517D (or 0x58517D) is known color: Victoria. HEX triplet: 58, 51 and 7D. RGB value is (88,81,125). Sum of RGB (Red+Green+Blue) = 88+81+125=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 125 - color contains mainly: blue. Hex color #58517D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58517D is #A7AE82. Grayscale: #575757. Windows color (decimal): -10989187 or 8212824. OLE color: 8212824.

HSL color Cylindrical-coordinate representation of color #58517D: hue angle of 249.55º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #58517D is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 81 125 -
CMYK 0.30 0.35 0 0.51
HSL 249.55º 0.21% 0.4% -
HSV(B) 249.55º 0.35% 0.49% -
XYZ 10.67 9.44 20.66 -
YUV 88.11 148.82 127.92 -
System Red Green Blue C M Y K H S L
Decimal 88 81 125 0.30 0.35 0 0.51 249.55 0.21 0.4
Hex 58 51 7D 1E 23 0 33 FA 15 28
Octal 130 121 175 36 43 0 63 372 25 50
Binary 1011000 1010001 1111101 11110 100011 0 110011 11111010 10101 101000

Color Harmonies of #58517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58517D

Black with #58517D

Text Example


Text Example

White with #58517D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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