Html Css Color HEX #585076 Victoria

📋 copy color: '#585076'

red 88 ◦ green 80 ◦ blue 118

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

Shades of Victoria #585076

Tints of Victoria #585076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 41.26%

R = 30.77%
G = 27.97%
B = 41.26%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#585076 (or 0x585076) is known color: Victoria. HEX triplet: 58, 50 and 76. RGB value is (88,80,118). Sum of RGB (Red+Green+Blue) = 88+80+118=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 118 - color contains mainly: blue. Hex color #585076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585076 is #A7AF89. Grayscale: #565656. Windows color (decimal): -10989450 or 7753816. OLE color: 7753816.

HSL color Cylindrical-coordinate representation of color #585076: hue angle of 252.63º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #585076 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 80 118 -
CMYK 0.25 0.32 0 0.54
HSL 252.63º 0.19% 0.39% -
HSV(B) 252.63º 0.32% 0.46% -
XYZ 10.16 9.12 18.36 -
YUV 86.72 145.65 128.91 -
System Red Green Blue C M Y K H S L
Decimal 88 80 118 0.25 0.32 0 0.54 252.63 0.19 0.39
Hex 58 50 76 19 20 0 36 FD 13 27
Octal 130 120 166 31 40 0 66 375 23 47
Binary 1011000 1010000 1110110 11001 100000 0 110110 11111101 10011 100111

Color Harmonies of #585076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585076

Black with #585076

Text Example


Text Example

White with #585076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585076; }

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

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

background-color css

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

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

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

border-color css

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

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

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