Html Css Color HEX #585190 Victoria

📋 copy color: '#585190'

red 88 ◦ green 81 ◦ blue 144

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

Shades of Victoria #585190

Tints of Victoria #585190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.01%

R = 28.12%
G = 25.88%
B = 46.01%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#585190 (or 0x585190) is known color: Victoria. HEX triplet: 58, 51 and 90. RGB value is (88,81,144). Sum of RGB (Red+Green+Blue) = 88+81+144=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #585190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585190 is #A7AE6F. Grayscale: #5A5A5A. Windows color (decimal): -10989168 or 9458008. OLE color: 9458008.

HSL color Cylindrical-coordinate representation of color #585190: hue angle of 246.67º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #585190 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 81 144 -
CMYK 0.39 0.44 0 0.44
HSL 246.67º 0.28% 0.44% -
HSV(B) 246.67º 0.44% 0.56% -
XYZ 12 9.97 27.68 -
YUV 90.28 158.32 126.38 -
System Red Green Blue C M Y K H S L
Decimal 88 81 144 0.39 0.44 0 0.44 246.67 0.28 0.44
Hex 58 51 90 27 2C 0 2C F7 1C 2C
Octal 130 121 220 47 54 0 54 367 34 54
Binary 1011000 1010001 10010000 100111 101100 0 101100 11110111 11100 101100

Color Harmonies of #585190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585190

Black with #585190

Text Example


Text Example

White with #585190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585190; }

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

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

background-color css

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

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

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

border-color css

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

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

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