#57527A

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

Shades of Victoria #57527A

Tints of Victoria #57527A

Color information

#57527A (or 0x57527A) is unknown color: approx Victoria. HEX triplet: 57, 52 and 7A. RGB value is (87,82,122). Sum of RGB (Red+Green+Blue) = 87+82+122=291 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.90% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 122 - color contains mainly: blue. Hex color #57527A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57527A is #A8AD85. Grayscale: #575757. Windows color (decimal): -11054470 or 8016471. OLE color: 8016471.

HSL color Cylindrical-coordinate representation of color #57527A: hue angle of 247.5º 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 #57527A is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8782122-
CMYK0.290.3300.52
HSL247.5º19.61%40%-
HSV(B)247.5º32.79%47.84%-
XYZ10.469.4719.69-
YUV88.06147.16127.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.90%
GREEN value IS 82 (32.42% from 255) = 28.18%
BLUE value IS 122 (48.05% from 255) = 41.92%
R=29.90%
G=28.18%
B=41.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal87821220.290.3300.52247.519.6140
Hex57527A1D21034f81428
Octal12712217235410643702450
Binary1010111101001011110101110110000101101001111100010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,82,122); }

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

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

 a { background-color: rgb(87,82,122); }

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

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

 span { border-color: rgb(87,82,122); }

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