#58507A

Color #58507A Victoria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Victoria #58507A

Tints of Victoria #58507A

Color information

#58507A (or 0x58507A) is unknown color: approx Victoria. HEX triplet: 58, 50 and 7A. RGB value is (88,80,122). Sum of RGB (Red+Green+Blue) = 88+80+122=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 122 - color contains mainly: blue. Hex color #58507A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58507A is #A7AF85. Grayscale: #575757. Windows color (decimal): -10989446 or 8015960. OLE color: 8015960.

HSL color Cylindrical-coordinate representation of color #58507A: hue angle of 251.43º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #58507A is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8880122-
CMYK0.280.3400.52
HSL251.43º20.79%39.61%-
HSV(B)251.43º34.43%47.84%-
XYZ10.419.2219.64-
YUV87.18147.65128.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.34%
GREEN value IS 80 (31.64% from 255) = 27.59%
BLUE value IS 122 (48.05% from 255) = 42.07%
R=30.34%
G=27.59%
B=42.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal88801220.280.3400.52251.4320.7939.61
Hex58507A1C22034fb1528
Octal13012017234420643732550
Binary1011000101000011110101110010001001101001111101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #58507A;
 }
 .AnyTagClassName
 {
   color: #58507A;
 }
</style>
background-color css

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

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

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

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

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

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