#585089

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

Shades of Victoria #585089

Tints of Victoria #585089

Color information

#585089 (or 0x585089) is unknown color: approx Victoria. HEX triplet: 58, 50 and 89. RGB value is (88,80,137). Sum of RGB (Red+Green+Blue) = 88+80+137=305 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.85% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #585089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585089 is #A7AF76. Grayscale: #585858. Windows color (decimal): -10989431 or 8999000. OLE color: 8999000.

HSL color Cylindrical-coordinate representation of color #585089: hue angle of 248.42º 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 #585089 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8880137-
CMYK0.360.4200.46
HSL248.42º26.27%42.55%-
HSV(B)248.42º41.61%53.73%-
XYZ11.419.6224.92-
YUV88.89155.15127.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.85%
GREEN value IS 80 (31.64% from 255) = 26.23%
BLUE value IS 137 (53.91% from 255) = 44.92%
R=28.85%
G=26.23%
B=44.92%

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
Decimal88801370.360.4200.46248.4226.2742.55
Hex585089242A02Ef81a2b
Octal13012021144520563703253
Binary101100010100001000100110010010101001011101111100011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585089; }

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

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

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

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

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

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

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

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