#58527B

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

Shades of Victoria #58527B

Tints of Victoria #58527B

Color information

#58527B (or 0x58527B) is unknown color: approx Victoria. HEX triplet: 58, 52 and 7B. RGB value is (88,82,123). Sum of RGB (Red+Green+Blue) = 88+82+123=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 123 - color contains mainly: blue. Hex color #58527B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58527B is #A7AD84. Grayscale: #585858. Windows color (decimal): -10988933 or 8082008. OLE color: 8082008.

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

Color convert

RGB8882123-
CMYK0.280.3300.52
HSL248.78º20%40.2%-
HSV(B)248.78º33.33%48.24%-
XYZ10.629.5420.02-
YUV88.47147.49127.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.03%
GREEN value IS 82 (32.42% from 255) = 27.99%
BLUE value IS 123 (48.44% from 255) = 41.98%
R=30.03%
G=27.99%
B=41.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal88821230.280.3300.52248.782040.2
Hex58527B1C21034f91428
Octal13012217334410643712450
Binary1011000101001011110111110010000101101001111100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58527B; }

 p { color: rgb(88,82,123); }

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

<style>
 a { background-color: #58527B; }

 a { background-color: rgb(88,82,123); }

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

<style>
 span { border-color: #58527B; }

 span { border-color: rgb(88,82,123); }

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