#555075

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

Shades of Victoria #555075

Tints of Victoria #555075

Color information

#555075 (or 0x555075) is unknown color: approx Victoria. HEX triplet: 55, 50 and 75. RGB value is (85,80,117). Sum of RGB (Red+Green+Blue) = 85+80+117=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 117 - color contains mainly: blue. Hex color #555075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555075 is #AAAF8A. Grayscale: #555555. Windows color (decimal): -11186059 or 7688277. OLE color: 7688277.

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

Color convert

RGB8580117-
CMYK0.270.3200.54
HSL248.11º18.78%38.63%-
HSV(B)248.11º31.62%45.88%-
XYZ9.838.9518.04-
YUV85.71145.66127.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.14%
GREEN value IS 80 (31.64% from 255) = 28.37%
BLUE value IS 117 (46.09% from 255) = 41.49%
R=30.14%
G=28.37%
B=41.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85801170.270.3200.54248.1118.7838.63
Hex5550751B20036f81327
Octal12512016533400663702347
Binary1010101101000011101011101110000001101101111100010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555075; }

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

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

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

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

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

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

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

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