Html Css Color HEX #545388 Victoria

📋 copy color: '#545388'

red 84 ◦ green 83 ◦ blue 136

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

Shades of Victoria #545388

Tints of Victoria #545388

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.39%

 BLUE value IS 136 (53.52% from 255) = 44.88%

R = 27.72%
G = 27.39%
B = 44.88%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#545388 (or 0x545388) is known color: Victoria. HEX triplet: 54, 53 and 88. RGB value is (84,83,136). Sum of RGB (Red+Green+Blue) = 84+83+136=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 136 - color contains mainly: blue. Hex color #545388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545388 is #ABAC77. Grayscale: #595959. Windows color (decimal): -11250808 or 8934228. OLE color: 8934228.

HSL color Cylindrical-coordinate representation of color #545388: hue angle of 241.13º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #545388 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 83 136 -
CMYK 0.38 0.39 0 0.47
HSL 241.13º 0.24% 0.43% -
HSV(B) 241.13º 0.39% 0.53% -
XYZ 11.19 9.85 24.6 -
YUV 89.34 154.33 124.19 -
System Red Green Blue C M Y K H S L
Decimal 84 83 136 0.38 0.39 0 0.47 241.13 0.24 0.43
Hex 54 53 88 26 27 0 2F F1 18 2B
Octal 124 123 210 46 47 0 57 361 30 53
Binary 1010100 1010011 10001000 100110 100111 0 101111 11110001 11000 101011

Color Harmonies of #545388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545388

Black with #545388

Text Example


Text Example

White with #545388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545388; }

 p { color: rgb(84,83,136); }

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

background-color css

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

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

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

border-color css

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

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

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