#575488

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

Shades of Victoria #575488

Tints of Victoria #575488

Color information

#575488 (or 0x575488) is unknown color: approx Victoria. HEX triplet: 57, 54 and 88. RGB value is (87,84,136). Sum of RGB (Red+Green+Blue) = 87+84+136=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 136 - color contains mainly: blue. Hex color #575488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575488 is #A8AB77. Grayscale: #5A5A5A. Windows color (decimal): -11053944 or 8934487. OLE color: 8934487.

HSL color Cylindrical-coordinate representation of color #575488: hue angle of 243.46º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #575488 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8784136-
CMYK0.360.3800.47
HSL243.46º23.64%43.14%-
HSV(B)243.46º38.24%53.33%-
XYZ11.5410.1424.64-
YUV90.82153.49125.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.34%
GREEN value IS 84 (33.20% from 255) = 27.36%
BLUE value IS 136 (53.52% from 255) = 44.30%
R=28.34%
G=27.36%
B=44.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87841360.360.3800.47243.4623.6443.14
Hex575488242602Ff3182b
Octal12712421044460573633053
Binary101011110101001000100010010010011001011111111001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575488; }

 p { color: rgb(87,84,136); }

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

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

 a { background-color: rgb(87,84,136); }

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

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

 span { border-color: rgb(87,84,136); }

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