Html Css Color HEX #585084 Victoria

📋 copy color: '#585084'

red 88 ◦ green 80 ◦ blue 132

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

Shades of Victoria #585084

Tints of Victoria #585084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 44%

R = 29.33%
G = 26.67%
B = 44%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#585084 (or 0x585084) is known color: Victoria. HEX triplet: 58, 50 and 84. RGB value is (88,80,132). Sum of RGB (Red+Green+Blue) = 88+80+132=300 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.33% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 132 - color contains mainly: blue. Hex color #585084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585084 is #A7AF7B. Grayscale: #585858. Windows color (decimal): -10989436 or 8671320. OLE color: 8671320.

HSL color Cylindrical-coordinate representation of color #585084: hue angle of 249.23º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #585084 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 80 132 -
CMYK 0.33 0.39 0 0.48
HSL 249.23º 0.25% 0.42% -
HSV(B) 249.23º 0.39% 0.52% -
XYZ 11.06 9.48 23.08 -
YUV 88.32 152.65 127.77 -
System Red Green Blue C M Y K H S L
Decimal 88 80 132 0.33 0.39 0 0.48 249.23 0.25 0.42
Hex 58 50 84 21 27 0 30 F9 19 2A
Octal 130 120 204 41 47 0 60 371 31 52
Binary 1011000 1010000 10000100 100001 100111 0 110000 11111001 11001 101010

Color Harmonies of #585084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585084

Black with #585084

Text Example


Text Example

White with #585084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585084; }

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

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

background-color css

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

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

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

border-color css

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

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

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