#554B73

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

Shades of Victoria #554B73

Tints of Victoria #554B73

Color information

#554B73 (or 0x554B73) is unknown color: approx Victoria. HEX triplet: 55, 4B and 73. RGB value is (85,75,115). Sum of RGB (Red+Green+Blue) = 85+75+115=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 115 - color contains mainly: blue. Hex color #554B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554B73 is #AAB48C. Grayscale: #525252. Windows color (decimal): -11187341 or 7555925. OLE color: 7555925.

HSL color Cylindrical-coordinate representation of color #554B73: hue angle of 255º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #554B73 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8575115-
CMYK0.260.3500.55
HSL255º21.05%37.25%-
HSV(B)255º34.78%45.1%-
XYZ9.368.217.31-
YUV82.55146.31129.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.91%
GREEN value IS 75 (29.69% from 255) = 27.27%
BLUE value IS 115 (45.31% from 255) = 41.82%
R=30.91%
G=27.27%
B=41.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85751150.260.3500.5525521.0537.25
Hex554B731A23037ff1525
Octal12511316332430673772545
Binary1010101100101111100111101010001101101111111111110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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