#554F7A

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

Shades of Victoria #554F7A

Tints of Victoria #554F7A

Color information

#554F7A (or 0x554F7A) is unknown color: approx Victoria. HEX triplet: 55, 4F and 7A. RGB value is (85,79,122). Sum of RGB (Red+Green+Blue) = 85+79+122=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 122 - color contains mainly: blue. Hex color #554F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554F7A is #AAB085. Grayscale: #555555. Windows color (decimal): -11186310 or 8015701. OLE color: 8015701.

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

Color convert

RGB8579122-
CMYK0.300.3500.52
HSL248.37º21.39%39.41%-
HSV(B)248.37º35.25%47.84%-
XYZ10.068.9319.61-
YUV85.7148.49127.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.72%
GREEN value IS 79 (31.25% from 255) = 27.62%
BLUE value IS 122 (48.05% from 255) = 42.66%
R=29.72%
G=27.62%
B=42.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85791220.300.3500.52248.3721.3939.41
Hex554F7A1E23034f81527
Octal12511717236430643702547
Binary1010101100111111110101111010001101101001111100010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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