#545077

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

Shades of Victoria #545077

Tints of Victoria #545077

Color information

#545077 (or 0x545077) is unknown color: approx Victoria. HEX triplet: 54, 50 and 77. RGB value is (84,80,119). Sum of RGB (Red+Green+Blue) = 84+80+119=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 119 - color contains mainly: blue. Hex color #545077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545077 is #ABAF88. Grayscale: #555555. Windows color (decimal): -11251593 or 7819348. OLE color: 7819348.

HSL color Cylindrical-coordinate representation of color #545077: hue angle of 246.15º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #545077 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8480119-
CMYK0.290.3300.53
HSL246.15º19.6%39.02%-
HSV(B)246.15º32.77%46.67%-
XYZ9.858.9518.66-
YUV85.64146.83126.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.68%
GREEN value IS 80 (31.64% from 255) = 28.27%
BLUE value IS 119 (46.88% from 255) = 42.05%
R=29.68%
G=28.27%
B=42.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84801190.290.3300.53246.1519.639.02
Hex5450771D21035f61427
Octal12412016735410653662447
Binary1010100101000011101111110110000101101011111011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545077; }

 p { color: rgb(84,80,119); }

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

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

 a { background-color: rgb(84,80,119); }

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

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

 span { border-color: rgb(84,80,119); }

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