#575378

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

Shades of Victoria #575378

Tints of Victoria #575378

Color information

#575378 (or 0x575378) is unknown color: approx Victoria. HEX triplet: 57, 53 and 78. RGB value is (87,83,120). Sum of RGB (Red+Green+Blue) = 87+83+120=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 120 - color contains mainly: blue. Hex color #575378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575378 is #A8AC87. Grayscale: #585858. Windows color (decimal): -11054216 or 7885655. OLE color: 7885655.

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

Color convert

RGB8783120-
CMYK0.280.3100.53
HSL246.49º18.23%39.8%-
HSV(B)246.49º30.83%47.06%-
XYZ10.419.5719.07-
YUV88.41145.83126.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30%
GREEN value IS 83 (32.81% from 255) = 28.62%
BLUE value IS 120 (47.27% from 255) = 41.38%
R=30%
G=28.62%
B=41.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87831200.280.3100.53246.4918.2339.8
Hex5753781C1F035f61228
Octal12712317034370653662250
Binary101011110100111111000111001111101101011111011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575378; }

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

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

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

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

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

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

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

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