#575178

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

Shades of Victoria #575178

Tints of Victoria #575178

Color information

#575178 (or 0x575178) is unknown color: approx Victoria. HEX triplet: 57, 51 and 78. RGB value is (87,81,120). Sum of RGB (Red+Green+Blue) = 87+81+120=288 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.21% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 120 - color contains mainly: blue. Hex color #575178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575178 is #A8AE87. Grayscale: #575757. Windows color (decimal): -11054728 or 7885143. OLE color: 7885143.

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

Color convert

RGB8781120-
CMYK0.280.3200.53
HSL249.23º19.4%39.41%-
HSV(B)249.23º32.5%47.06%-
XYZ10.269.2719.02-
YUV87.24146.49127.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.21%
GREEN value IS 81 (32.03% from 255) = 28.12%
BLUE value IS 120 (47.27% from 255) = 41.67%
R=30.21%
G=28.12%
B=41.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87811200.280.3200.53249.2319.439.41
Hex5751781C20035f91327
Octal12712117034400653712347
Binary1010111101000111110001110010000001101011111100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575178; }

 p { color: rgb(87,81,120); }

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

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

 a { background-color: rgb(87,81,120); }

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

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

 span { border-color: rgb(87,81,120); }

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