#585081

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

Shades of Victoria #585081

Tints of Victoria #585081

Color information

#585081 (or 0x585081) is unknown color: approx Victoria. HEX triplet: 58, 50 and 81. RGB value is (88,80,129). Sum of RGB (Red+Green+Blue) = 88+80+129=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 129 - color contains mainly: blue. Hex color #585081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585081 is #A7AF7E. Grayscale: #575757. Windows color (decimal): -10989439 or 8474712. OLE color: 8474712.

HSL color Cylindrical-coordinate representation of color #585081: hue angle of 249.8º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #585081 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8880129-
CMYK0.320.3800.49
HSL249.8º23.44%40.98%-
HSV(B)249.8º37.98%50.59%-
XYZ10.869.422.01-
YUV87.98151.15128.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.63%
GREEN value IS 80 (31.64% from 255) = 26.94%
BLUE value IS 129 (50.78% from 255) = 43.43%
R=29.63%
G=26.94%
B=43.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal88801290.320.3800.49249.823.4440.98
Hex5850812026031fa1729
Octal13012020140460613722751
Binary101100010100001000000110000010011001100011111101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585081; }

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

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

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

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

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

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

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

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