#555175

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

Shades of Victoria #555175

Tints of Victoria #555175

Color information

#555175 (or 0x555175) is unknown color: approx Victoria. HEX triplet: 55, 51 and 75. RGB value is (85,81,117). Sum of RGB (Red+Green+Blue) = 85+81+117=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 117 - color contains mainly: blue. Hex color #555175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555175 is #AAAE8A. Grayscale: #565656. Windows color (decimal): -11185803 or 7688533. OLE color: 7688533.

HSL color Cylindrical-coordinate representation of color #555175: hue angle of 246.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #555175 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8581117-
CMYK0.270.3100.54
HSL246.67º18.18%38.82%-
HSV(B)246.67º30.77%45.88%-
XYZ9.99.118.06-
YUV86.3145.33127.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.04%
GREEN value IS 81 (32.03% from 255) = 28.62%
BLUE value IS 117 (46.09% from 255) = 41.34%
R=30.04%
G=28.62%
B=41.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85811170.270.3100.54246.6718.1838.82
Hex5551751B1F036f71227
Octal12512116533370663672247
Binary101010110100011110101110111111101101101111011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555175; }

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

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

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

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

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

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

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

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