Html Css Color HEX #545484 Victoria

📋 copy color: '#545484'

red 84 ◦ green 84 ◦ blue 132

#545484
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Victoria #545484

Tints of Victoria #545484

RGB

 RED value IS 84 (33.2% from 255) = 28%

 GREEN value IS 84 (33.2% from 255) = 28%

 BLUE value IS 132 (51.95% from 255) = 44%

R = 28%
G = 28%
B = 44%

CMYK

 C value IS 0.36

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#545484 (or 0x545484) is known color: Victoria. HEX triplet: 54, 54 and 84. RGB value is (84,84,132). Sum of RGB (Red+Green+Blue) = 84+84+132=300 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 132 - color contains mainly: blue. Hex color #545484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545484 is #ABAB7B. Grayscale: #595959. Windows color (decimal): -11250556 or 8672340. OLE color: 8672340.

HSL color Cylindrical-coordinate representation of color #545484: hue angle of 240º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #545484 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 84 84 132 -
CMYK 0.36 0.36 0 0.48
HSL 240º 0.22% 0.42% -
HSV(B) 240º 0.36% 0.52% -
XYZ 10.99 9.89 23.16 -
YUV 89.47 152 124.1 -
System Red Green Blue C M Y K H S L
Decimal 84 84 132 0.36 0.36 0 0.48 240 0.22 0.42
Hex 54 54 84 24 24 0 30 F0 16 2A
Octal 124 124 204 44 44 0 60 360 26 52
Binary 1010100 1010100 10000100 100100 100100 0 110000 11110000 10110 101010

Color Harmonies of #545484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545484

Black with #545484

Text Example


Text Example

White with #545484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545484; }

 p { color: rgb(84,84,132); }

 H1.HeaderClassName
 {
   color: #545484;
 }
 .AnyTagClassName
 {
   color: #545484;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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