Html Css Color HEX #58557A Victoria

📋 copy color: '#58557A'

red 88 ◦ green 85 ◦ blue 122

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

Shades of Victoria #58557A

Tints of Victoria #58557A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 41.36%

R = 29.83%
G = 28.81%
B = 41.36%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#58557A (or 0x58557A) is known color: Victoria. HEX triplet: 58, 55 and 7A. RGB value is (88,85,122). Sum of RGB (Red+Green+Blue) = 88+85+122=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 122 - color contains mainly: blue. Hex color #58557A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58557A is #A7AA85. Grayscale: #595959. Windows color (decimal): -10988166 or 8017240. OLE color: 8017240.

HSL color Cylindrical-coordinate representation of color #58557A: hue angle of 244.86º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #58557A is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 88 85 122 -
CMYK 0.28 0.30 0 0.52
HSL 244.86º 0.18% 0.41% -
HSV(B) 244.86º 0.3% 0.48% -
XYZ 10.79 9.98 19.77 -
YUV 90.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 88 85 122 0.28 0.30 0 0.52 244.86 0.18 0.41
Hex 58 55 7A 1C 1E 0 34 F5 12 29
Octal 130 125 172 34 36 0 64 365 22 51
Binary 1011000 1010101 1111010 11100 11110 0 110100 11110101 10010 101001

Color Harmonies of #58557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58557A

Black with #58557A

Text Example


Text Example

White with #58557A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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