#585479

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

Shades of Victoria #585479

Tints of Victoria #585479

Color information

#585479 (or 0x585479) is unknown color: approx Victoria. HEX triplet: 58, 54 and 79. RGB value is (88,84,121). Sum of RGB (Red+Green+Blue) = 88+84+121=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 121 (47.66% from 255 or 41.30% from 293); Max value from RGB is 121 - color contains mainly: blue. Hex color #585479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585479 is #A7AB86. Grayscale: #595959. Windows color (decimal): -10988423 or 7951448. OLE color: 7951448.

HSL color Cylindrical-coordinate representation of color #585479: 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 #585479 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8884121-
CMYK0.270.3100.53
HSL246.49º18.05%40.2%-
HSV(B)246.49º30.58%47.45%-
XYZ10.659.819.42-
YUV89.41145.83126.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.03%
GREEN value IS 84 (33.20% from 255) = 28.67%
BLUE value IS 121 (47.66% from 255) = 41.30%
R=30.03%
G=28.67%
B=41.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88841210.270.3100.53246.4918.0540.2
Hex5854791B1F035f61228
Octal13012417133370653662250
Binary101100010101001111001110111111101101011111011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585479; }

 p { color: rgb(88,84,121); }

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

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

 a { background-color: rgb(88,84,121); }

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

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

 span { border-color: rgb(88,84,121); }

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