#585277

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

Shades of Victoria #585277

Tints of Victoria #585277

Color information

#585277 (or 0x585277) is unknown color: approx Victoria. HEX triplet: 58, 52 and 77. RGB value is (88,82,119). Sum of RGB (Red+Green+Blue) = 88+82+119=289 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.45% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 119 - color contains mainly: blue. Hex color #585277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585277 is #A7AD88. Grayscale: #575757. Windows color (decimal): -10988937 or 7819864. OLE color: 7819864.

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

Color convert

RGB8882119-
CMYK0.260.3100.53
HSL249.73º18.41%39.41%-
HSV(B)249.73º31.09%46.67%-
XYZ10.379.4418.73-
YUV88.01145.49127.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.45%
GREEN value IS 82 (32.42% from 255) = 28.37%
BLUE value IS 119 (46.88% from 255) = 41.18%
R=30.45%
G=28.37%
B=41.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88821190.260.3100.53249.7318.4139.41
Hex5852771A1F035fa1227
Octal13012216732370653722247
Binary101100010100101110111110101111101101011111101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585277; }

 p { color: rgb(88,82,119); }

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

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

 a { background-color: rgb(88,82,119); }

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

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

 span { border-color: rgb(88,82,119); }

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