Html Css Color HEX #585682 Victoria

📋 copy color: '#585682'

red 88 ◦ green 86 ◦ blue 130

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

Shades of Victoria #585682

Tints of Victoria #585682

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.29%

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

R = 28.95%
G = 28.29%
B = 42.76%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#585682 (or 0x585682) is known color: Victoria. HEX triplet: 58, 56 and 82. RGB value is (88,86,130). Sum of RGB (Red+Green+Blue) = 88+86+130=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 130 - color contains mainly: blue. Hex color #585682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585682 is #A7A97D. Grayscale: #5B5B5B. Windows color (decimal): -10987902 or 8541784. OLE color: 8541784.

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

Color convert

RGB 88 86 130 -
CMYK 0.32 0.34 0 0.49
HSL 242.73º 0.2% 0.42% -
HSV(B) 242.73º 0.34% 0.51% -
XYZ 11.38 10.34 22.52 -
YUV 91.61 149.66 125.42 -
System Red Green Blue C M Y K H S L
Decimal 88 86 130 0.32 0.34 0 0.49 242.73 0.2 0.42
Hex 58 56 82 20 22 0 31 F3 14 2A
Octal 130 126 202 40 42 0 61 363 24 52
Binary 1011000 1010110 10000010 100000 100010 0 110001 11110011 10100 101010

Color Harmonies of #585682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585682

Black with #585682

Text Example


Text Example

White with #585682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585682; }

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

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

background-color css

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

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

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

border-color css

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

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

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