Html Css Color HEX #585582 Victoria

📋 copy color: '#585582'

red 88 ◦ green 85 ◦ blue 130

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

Shades of Victoria #585582

Tints of Victoria #585582

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.05%

 BLUE value IS 130 (51.17% from 255) = 42.9%

R = 29.04%
G = 28.05%
B = 42.9%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#585582 (or 0x585582) is known color: Victoria. HEX triplet: 58, 55 and 82. RGB value is (88,85,130). Sum of RGB (Red+Green+Blue) = 88+85+130=303 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.04% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 130 - color contains mainly: blue. Hex color #585582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585582 is #A7AA7D. Grayscale: #5A5A5A. Windows color (decimal): -10988158 or 8541528. OLE color: 8541528.

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

Color convert

RGB 88 85 130 -
CMYK 0.32 0.35 0 0.49
HSL 244º 0.21% 0.42% -
HSV(B) 244º 0.35% 0.51% -
XYZ 11.3 10.18 22.49 -
YUV 91.03 149.99 125.84 -
System Red Green Blue C M Y K H S L
Decimal 88 85 130 0.32 0.35 0 0.49 244 0.21 0.42
Hex 58 55 82 20 23 0 31 F4 15 2A
Octal 130 125 202 40 43 0 61 364 25 52
Binary 1011000 1010101 10000010 100000 100011 0 110001 11110100 10101 101010

Color Harmonies of #585582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585582

Black with #585582

Text Example


Text Example

White with #585582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585582; }

 p { color: rgb(88,85,130); }

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

background-color css

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

 a { background-color: rgb(88,85,130); }

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

border-color css

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

 span { border-color: rgb(88,85,130); }

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