#55527B

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

Shades of Victoria #55527B

Tints of Victoria #55527B

Color information

#55527B (or 0x55527B) is unknown color: approx Victoria. HEX triplet: 55, 52 and 7B. RGB value is (85,82,123). Sum of RGB (Red+Green+Blue) = 85+82+123=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 123 (48.44% from 255 or 42.41% from 290); Max value from RGB is 123 - color contains mainly: blue. Hex color #55527B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55527B is #AAAD84. Grayscale: #575757. Windows color (decimal): -11185541 or 8082005. OLE color: 8082005.

HSL color Cylindrical-coordinate representation of color #55527B: hue angle of 244.39º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #55527B is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8582123-
CMYK0.310.3300.52
HSL244.39º20%40.2%-
HSV(B)244.39º33.33%48.24%-
XYZ10.349.420.01-
YUV87.57147.99126.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.31%
GREEN value IS 82 (32.42% from 255) = 28.28%
BLUE value IS 123 (48.44% from 255) = 42.41%
R=29.31%
G=28.28%
B=42.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85821230.310.3300.52244.392040.2
Hex55527B1F21034f41428
Octal12512217337410643642450
Binary1010101101001011110111111110000101101001111010010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55527B; }

 p { color: rgb(85,82,123); }

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

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

 a { background-color: rgb(85,82,123); }

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

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

 span { border-color: rgb(85,82,123); }

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