Html Css Color HEX #585180 Victoria

📋 copy color: '#585180'

red 88 ◦ green 81 ◦ blue 128

#585180
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Victoria #585180

Tints of Victoria #585180

RGB

 RED value IS 88 (34.77% from 255) = 29.63%

 GREEN value IS 81 (32.03% from 255) = 27.27%

 BLUE value IS 128 (50.39% from 255) = 43.1%

R = 29.63%
G = 27.27%
B = 43.1%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#585180 (or 0x585180) is known color: Victoria. HEX triplet: 58, 51 and 80. RGB value is (88,81,128). Sum of RGB (Red+Green+Blue) = 88+81+128=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 128 - color contains mainly: blue. Hex color #585180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585180 is #A7AE7F. Grayscale: #585858. Windows color (decimal): -10989184 or 8409432. OLE color: 8409432.

HSL color Cylindrical-coordinate representation of color #585180: hue angle of 248.94º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #585180 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 88 81 128 -
CMYK 0.31 0.37 0 0.50
HSL 248.94º 0.22% 0.41% -
HSV(B) 248.94º 0.37% 0.5% -
XYZ 10.86 9.52 21.69 -
YUV 88.45 150.32 127.68 -
System Red Green Blue C M Y K H S L
Decimal 88 81 128 0.31 0.37 0 0.50 248.94 0.22 0.41
Hex 58 51 80 1F 25 0 32 F9 16 29
Octal 130 121 200 37 45 0 62 371 26 51
Binary 1011000 1010001 10000000 11111 100101 0 110010 11111001 10110 101001

Color Harmonies of #585180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585180

Black with #585180

Text Example


Text Example

White with #585180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585180; }

 p { color: rgb(88,81,128); }

 H1.HeaderClassName
 {
   color: #585180;
 }
 .AnyTagClassName
 {
   color: #585180;
 }
</style>

background-color css

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

 a { background-color: rgb(88,81,128); }

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

border-color css

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

 span { border-color: rgb(88,81,128); }

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