#575089

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

Shades of Victoria #575089

Tints of Victoria #575089

Color information

#575089 (or 0x575089) is unknown color: approx Victoria. HEX triplet: 57, 50 and 89. RGB value is (87,80,137). Sum of RGB (Red+Green+Blue) = 87+80+137=304 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.62% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 137 - color contains mainly: blue. Hex color #575089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575089 is #A8AF76. Grayscale: #585858. Windows color (decimal): -11054967 or 8998999. OLE color: 8998999.

HSL color Cylindrical-coordinate representation of color #575089: hue angle of 247.37º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #575089 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8780137-
CMYK0.360.4200.46
HSL247.37º26.27%42.55%-
HSV(B)247.37º41.61%53.73%-
XYZ11.319.5724.92-
YUV88.59155.32126.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.62%
GREEN value IS 80 (31.64% from 255) = 26.32%
BLUE value IS 137 (53.91% from 255) = 45.07%
R=28.62%
G=26.32%
B=45.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal87801370.360.4200.46247.3726.2742.55
Hex575089242A02Ef71a2b
Octal12712021144520563673253
Binary101011110100001000100110010010101001011101111011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575089; }

 p { color: rgb(87,80,137); }

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

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

 a { background-color: rgb(87,80,137); }

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

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

 span { border-color: rgb(87,80,137); }

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