Html Css Color HEX #54507B Victoria

📋 copy color: '#54507B'

red 84 ◦ green 80 ◦ blue 123

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

Shades of Victoria #54507B

Tints of Victoria #54507B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.87%

 BLUE value IS 123 (48.44% from 255) = 42.86%

R = 29.27%
G = 27.87%
B = 42.86%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#54507B (or 0x54507B) is known color: Victoria. HEX triplet: 54, 50 and 7B. RGB value is (84,80,123). Sum of RGB (Red+Green+Blue) = 84+80+123=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 123 - color contains mainly: blue. Hex color #54507B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54507B is #ABAF84. Grayscale: #555555. Windows color (decimal): -11251589 or 8081492. OLE color: 8081492.

HSL color Cylindrical-coordinate representation of color #54507B: hue angle of 245.58º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #54507B is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 84 80 123 -
CMYK 0.32 0.35 0 0.52
HSL 245.58º 0.21% 0.4% -
HSV(B) 245.58º 0.35% 0.48% -
XYZ 10.1 9.05 19.95 -
YUV 86.1 148.83 126.5 -
System Red Green Blue C M Y K H S L
Decimal 84 80 123 0.32 0.35 0 0.52 245.58 0.21 0.4
Hex 54 50 7B 20 23 0 34 F6 15 28
Octal 124 120 173 40 43 0 64 366 25 50
Binary 1010100 1010000 1111011 100000 100011 0 110100 11110110 10101 101000

Color Harmonies of #54507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54507B

Black with #54507B

Text Example


Text Example

White with #54507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54507B; }

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

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

background-color css

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

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

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

border-color css

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

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

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