#554F73

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

Shades of Victoria #554F73

Tints of Victoria #554F73

Color information

#554F73 (or 0x554F73) is unknown color: approx Victoria. HEX triplet: 55, 4F and 73. RGB value is (85,79,115). Sum of RGB (Red+Green+Blue) = 85+79+115=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 115 - color contains mainly: blue. Hex color #554F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554F73 is #AAB08C. Grayscale: #545454. Windows color (decimal): -11186317 or 7556949. OLE color: 7556949.

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

Color convert

RGB8579115-
CMYK0.260.3100.55
HSL250º18.56%38.04%-
HSV(B)250º31.3%45.1%-
XYZ9.648.7617.4-
YUV84.9144.99128.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.47%
GREEN value IS 79 (31.25% from 255) = 28.32%
BLUE value IS 115 (45.31% from 255) = 41.22%
R=30.47%
G=28.32%
B=41.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85791150.260.3100.5525018.5638.04
Hex554F731A1F037fa1326
Octal12511716332370673722346
Binary101010110011111110011110101111101101111111101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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