Html Css Color HEX #585082 Victoria

📋 copy color: '#585082'

red 88 ◦ green 80 ◦ blue 130

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

Shades of Victoria #585082

Tints of Victoria #585082

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.85%

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

R = 29.53%
G = 26.85%
B = 43.62%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#585082 (or 0x585082) is known color: Victoria. HEX triplet: 58, 50 and 82. RGB value is (88,80,130). Sum of RGB (Red+Green+Blue) = 88+80+130=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 130 - color contains mainly: blue. Hex color #585082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585082 is #A7AF7D. Grayscale: #575757. Windows color (decimal): -10989438 or 8540248. OLE color: 8540248.

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

Color convert

RGB 88 80 130 -
CMYK 0.32 0.38 0 0.49
HSL 249.6º 0.24% 0.41% -
HSV(B) 249.6º 0.38% 0.51% -
XYZ 10.92 9.42 22.36 -
YUV 88.09 151.65 127.93 -
System Red Green Blue C M Y K H S L
Decimal 88 80 130 0.32 0.38 0 0.49 249.6 0.24 0.41
Hex 58 50 82 20 26 0 31 FA 18 29
Octal 130 120 202 40 46 0 61 372 30 51
Binary 1011000 1010000 10000010 100000 100110 0 110001 11111010 11000 101001

Color Harmonies of #585082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585082

Black with #585082

Text Example


Text Example

White with #585082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585082; }

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

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

background-color css

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

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

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

border-color css

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

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

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