#544875

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

Shades of Victoria #544875

Tints of Victoria #544875

Color information

#544875 (or 0x544875) is unknown color: approx Victoria. HEX triplet: 54, 48 and 75. RGB value is (84,72,117). Sum of RGB (Red+Green+Blue) = 84+72+117=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #544875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544875 is #ABB78A. Grayscale: #505050. Windows color (decimal): -11253643 or 7686228. OLE color: 7686228.

HSL color Cylindrical-coordinate representation of color #544875: hue angle of 256º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #544875 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8472117-
CMYK0.280.3800.54
HSL256º23.81%37.06%-
HSV(B)256º38.46%45.88%-
XYZ9.187.817.85-
YUV80.72148.48130.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.77%
GREEN value IS 72 (28.52% from 255) = 26.37%
BLUE value IS 117 (46.09% from 255) = 42.86%
R=30.77%
G=26.37%
B=42.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84721170.280.3800.5425623.8137.06
Hex5448751C260361001825
Octal12411016534460664003045
Binary10101001001000111010111100100110011011010000000011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544875; }

 p { color: rgb(84,72,117); }

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

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

 a { background-color: rgb(84,72,117); }

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

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

 span { border-color: rgb(84,72,117); }

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