#55508E

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

Shades of Victoria #55508E

Tints of Victoria #55508E

Color information

#55508E (or 0x55508E) is unknown color: approx Victoria. HEX triplet: 55, 50 and 8E. RGB value is (85,80,142). Sum of RGB (Red+Green+Blue) = 85+80+142=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 142 (55.86% from 255 or 46.25% from 307); Max value from RGB is 142 - color contains mainly: blue. Hex color #55508E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55508E is #AAAF71. Grayscale: #585858. Windows color (decimal): -11186034 or 9326677. OLE color: 9326677.

HSL color Cylindrical-coordinate representation of color #55508E: hue angle of 244.84º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55508E is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8580142-
CMYK0.400.4400.44
HSL244.84º27.93%43.53%-
HSV(B)244.84º43.66%55.69%-
XYZ11.59.6226.84-
YUV88.56158.16125.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.69%
GREEN value IS 80 (31.64% from 255) = 26.06%
BLUE value IS 142 (55.86% from 255) = 46.25%
R=27.69%
G=26.06%
B=46.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85801420.400.4400.44244.8427.9343.53
Hex55508E282C02Cf51c2c
Octal12512021650540543653454
Binary101010110100001000111010100010110001011001111010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55508E; }

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

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

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

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

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

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

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

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