Html Css Color HEX #585286 Victoria

📋 copy color: '#585286'

red 88 ◦ green 82 ◦ blue 134

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

Shades of Victoria #585286

Tints of Victoria #585286

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.97%

 BLUE value IS 134 (52.73% from 255) = 44.08%

R = 28.95%
G = 26.97%
B = 44.08%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#585286 (or 0x585286) is known color: Victoria. HEX triplet: 58, 52 and 86. RGB value is (88,82,134). Sum of RGB (Red+Green+Blue) = 88+82+134=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 134 - color contains mainly: blue. Hex color #585286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585286 is #A7AD79. Grayscale: #595959. Windows color (decimal): -10988922 or 8802904. OLE color: 8802904.

HSL color Cylindrical-coordinate representation of color #585286: hue angle of 246.92º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #585286 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 88 82 134 -
CMYK 0.34 0.39 0 0.47
HSL 246.92º 0.24% 0.42% -
HSV(B) 246.92º 0.39% 0.53% -
XYZ 11.34 9.83 23.85 -
YUV 89.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 88 82 134 0.34 0.39 0 0.47 246.92 0.24 0.42
Hex 58 52 86 22 27 0 2F F7 18 2A
Octal 130 122 206 42 47 0 57 367 30 52
Binary 1011000 1010010 10000110 100010 100111 0 101111 11110111 11000 101010

Color Harmonies of #585286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585286

Black with #585286

Text Example


Text Example

White with #585286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585286; }

 p { color: rgb(88,82,134); }

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

background-color css

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

 a { background-color: rgb(88,82,134); }

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

border-color css

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

 span { border-color: rgb(88,82,134); }

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