Html Css Color HEX #54488D Victoria

📋 copy color: '#54488D'

red 84 ◦ green 72 ◦ blue 141

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

Shades of Victoria #54488D

Tints of Victoria #54488D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.24%

 BLUE value IS 141 (55.47% from 255) = 47.47%

R = 28.28%
G = 24.24%
B = 47.47%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54488D (or 0x54488D) is known color: Victoria. HEX triplet: 54, 48 and 8D. RGB value is (84,72,141). Sum of RGB (Red+Green+Blue) = 84+72+141=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 141 - color contains mainly: blue. Hex color #54488D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54488D is #ABB772. Grayscale: #535353. Windows color (decimal): -11253619 or 9259092. OLE color: 9259092.

HSL color Cylindrical-coordinate representation of color #54488D: hue angle of 250.43º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54488D is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 72 141 -
CMYK 0.40 0.49 0 0.45
HSL 250.43º 0.32% 0.42% -
HSV(B) 250.43º 0.49% 0.55% -
XYZ 10.78 8.44 26.26 -
YUV 83.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 84 72 141 0.40 0.49 0 0.45 250.43 0.32 0.42
Hex 54 48 8D 28 31 0 2D FA 20 2A
Octal 124 110 215 50 61 0 55 372 40 52
Binary 1010100 1001000 10001101 101000 110001 0 101101 11111010 100000 101010

Color Harmonies of #54488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54488D

Black with #54488D

Text Example


Text Example

White with #54488D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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