Html Css Color HEX #54488A Victoria

📋 copy color: '#54488A'

red 84 ◦ green 72 ◦ blue 138

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

Shades of Victoria #54488A

Tints of Victoria #54488A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 46.94%

R = 28.57%
G = 24.49%
B = 46.94%

CMYK

 C value IS 0.39

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#54488A (or 0x54488A) is known color: Victoria. HEX triplet: 54, 48 and 8A. RGB value is (84,72,138). Sum of RGB (Red+Green+Blue) = 84+72+138=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 138 - color contains mainly: blue. Hex color #54488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54488A is #ABB775. Grayscale: #525252. Windows color (decimal): -11253622 or 9062484. OLE color: 9062484.

HSL color Cylindrical-coordinate representation of color #54488A: hue angle of 250.91º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54488A is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 84 72 138 -
CMYK 0.39 0.48 0 0.46
HSL 250.91º 0.31% 0.41% -
HSV(B) 250.91º 0.48% 0.54% -
XYZ 10.56 8.35 25.1 -
YUV 83.11 158.98 128.63 -
System Red Green Blue C M Y K H S L
Decimal 84 72 138 0.39 0.48 0 0.46 250.91 0.31 0.41
Hex 54 48 8A 27 30 0 2E FB 1F 29
Octal 124 110 212 47 60 0 56 373 37 51
Binary 1010100 1001000 10001010 100111 110000 0 101110 11111011 11111 101001

Color Harmonies of #54488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54488A

Black with #54488A

Text Example


Text Example

White with #54488A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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