Html Css Color HEX #58557E Victoria

📋 copy color: '#58557E'

red 88 ◦ green 85 ◦ blue 126

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

Shades of Victoria #58557E

Tints of Victoria #58557E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.43%

 BLUE value IS 126 (49.61% from 255) = 42.14%

R = 29.43%
G = 28.43%
B = 42.14%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58557E (or 0x58557E) is known color: Victoria. HEX triplet: 58, 55 and 7E. RGB value is (88,85,126). Sum of RGB (Red+Green+Blue) = 88+85+126=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 126 - color contains mainly: blue. Hex color #58557E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58557E is #A7AA81. Grayscale: #5A5A5A. Windows color (decimal): -10988162 or 8279384. OLE color: 8279384.

HSL color Cylindrical-coordinate representation of color #58557E: hue angle of 244.39º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #58557E is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 85 126 -
CMYK 0.30 0.33 0 0.51
HSL 244.39º 0.19% 0.41% -
HSV(B) 244.39º 0.33% 0.49% -
XYZ 11.04 10.08 21.1 -
YUV 90.57 147.99 126.17 -
System Red Green Blue C M Y K H S L
Decimal 88 85 126 0.30 0.33 0 0.51 244.39 0.19 0.41
Hex 58 55 7E 1E 21 0 33 F4 13 29
Octal 130 125 176 36 41 0 63 364 23 51
Binary 1011000 1010101 1111110 11110 100001 0 110011 11110100 10011 101001

Color Harmonies of #58557E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58557E

Black with #58557E

Text Example


Text Example

White with #58557E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58557E; }

 p { color: rgb(88,85,126); }

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

background-color css

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

 a { background-color: rgb(88,85,126); }

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

border-color css

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

 span { border-color: rgb(88,85,126); }

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