#54527D

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

Shades of Victoria #54527D

Tints of Victoria #54527D

Color information

#54527D (or 0x54527D) is unknown color: approx Victoria. HEX triplet: 54, 52 and 7D. RGB value is (84,82,125). Sum of RGB (Red+Green+Blue) = 84+82+125=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 125 - color contains mainly: blue. Hex color #54527D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54527D is #ABAD82. Grayscale: #575757. Windows color (decimal): -11251075 or 8213076. OLE color: 8213076.

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

Color convert

RGB8482125-
CMYK0.330.3400.51
HSL242.79º20.77%40.59%-
HSV(B)242.79º34.4%49.02%-
XYZ10.389.420.67-
YUV87.5149.16125.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.87%
GREEN value IS 82 (32.42% from 255) = 28.18%
BLUE value IS 125 (49.22% from 255) = 42.96%
R=28.87%
G=28.18%
B=42.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal84821250.330.3400.51242.7920.7740.59
Hex54527D2122033f31529
Octal12412217541420633632551
Binary10101001010010111110110000110001001100111111001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54527D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54527D; }

 p { color: rgb(84,82,125); }

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

<style>
 a { background-color: #54527D; }

 a { background-color: rgb(84,82,125); }

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

<style>
 span { border-color: #54527D; }

 span { border-color: rgb(84,82,125); }

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