#554B84

Color #554B84 Victoria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Victoria #554B84

Tints of Victoria #554B84

Color information

#554B84 (or 0x554B84) is unknown color: approx Victoria. HEX triplet: 55, 4B and 84. RGB value is (85,75,132). Sum of RGB (Red+Green+Blue) = 85+75+132=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 132 (51.95% from 255 or 45.21% from 292); Max value from RGB is 132 - color contains mainly: blue. Hex color #554B84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554B84 is #AAB47B. Grayscale: #545454. Windows color (decimal): -11187324 or 8670037. OLE color: 8670037.

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

Color convert

RGB8575132-
CMYK0.360.4300.48
HSL250.53º27.54%40.59%-
HSV(B)250.53º43.18%51.76%-
XYZ10.438.6322.95-
YUV84.49154.81128.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 75 (29.69% from 255) = 25.68%
BLUE value IS 132 (51.95% from 255) = 45.21%
R=29.11%
G=25.68%
B=45.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85751320.360.4300.48250.5327.5440.59
Hex554B84242B030fb1c29
Octal12511320444530603733451
Binary101010110010111000010010010010101101100001111101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554B84; }

 p { color: rgb(85,75,132); }

 H1.HeaderClassName
 {
   color: #554B84;
 }
 .AnyTagClassName
 {
   color: #554B84;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #554B84;
 }
 .BgClassName
 {
   background-color: #554B84;
 }
</style>
border-color css

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

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

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