#55537B

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

Shades of Victoria #55537B

Tints of Victoria #55537B

Color information

#55537B (or 0x55537B) is unknown color: approx Victoria. HEX triplet: 55, 53 and 7B. RGB value is (85,83,123). Sum of RGB (Red+Green+Blue) = 85+83+123=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 123 (48.44% from 255 or 42.27% from 291); Max value from RGB is 123 - color contains mainly: blue. Hex color #55537B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55537B is #AAAC84. Grayscale: #585858. Windows color (decimal): -11185285 or 8082261. OLE color: 8082261.

HSL color Cylindrical-coordinate representation of color #55537B: hue angle of 243º degrees, saturation: 0.19, 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 #55537B is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8583123-
CMYK0.310.3300.52
HSL243º19.42%40.39%-
HSV(B)243º32.52%48.24%-
XYZ10.419.5520.03-
YUV88.16147.66125.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.21%
GREEN value IS 83 (32.81% from 255) = 28.52%
BLUE value IS 123 (48.44% from 255) = 42.27%
R=29.21%
G=28.52%
B=42.27%

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
Decimal85831230.310.3300.5224319.4240.39
Hex55537B1F21034f31328
Octal12512317337410643632350
Binary1010101101001111110111111110000101101001111001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55537B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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