#554C75

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

Shades of Victoria #554C75

Tints of Victoria #554C75

Color information

#554C75 (or 0x554C75) is unknown color: approx Victoria. HEX triplet: 55, 4C and 75. RGB value is (85,76,117). Sum of RGB (Red+Green+Blue) = 85+76+117=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 117 - color contains mainly: blue. Hex color #554C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554C75 is #AAB38A. Grayscale: #535353. Windows color (decimal): -11187083 or 7687253. OLE color: 7687253.

HSL color Cylindrical-coordinate representation of color #554C75: hue angle of 253.17º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #554C75 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8576117-
CMYK0.270.3500.54
HSL253.17º21.24%37.84%-
HSV(B)253.17º35.04%45.88%-
XYZ9.548.3817.95-
YUV83.36146.98129.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.58%
GREEN value IS 76 (30.08% from 255) = 27.34%
BLUE value IS 117 (46.09% from 255) = 42.09%
R=30.58%
G=27.34%
B=42.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85761170.270.3500.54253.1721.2437.84
Hex554C751B23036fd1526
Octal12511416533430663752546
Binary1010101100110011101011101110001101101101111110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,76,117); }

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

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

 a { background-color: rgb(85,76,117); }

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

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

 span { border-color: rgb(85,76,117); }

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