Html Css Color HEX #585077 Victoria

📋 copy color: '#585077'

red 88 ◦ green 80 ◦ blue 119

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

Shades of Victoria #585077

Tints of Victoria #585077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 41.46%

R = 30.66%
G = 27.87%
B = 41.46%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#585077 (or 0x585077) is known color: Victoria. HEX triplet: 58, 50 and 77. RGB value is (88,80,119). Sum of RGB (Red+Green+Blue) = 88+80+119=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 119 - color contains mainly: blue. Hex color #585077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585077 is #A7AF88. Grayscale: #565656. Windows color (decimal): -10989449 or 7819352. OLE color: 7819352.

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

Color convert

RGB 88 80 119 -
CMYK 0.26 0.33 0 0.53
HSL 252.31º 0.2% 0.39% -
HSV(B) 252.31º 0.33% 0.47% -
XYZ 10.22 9.14 18.68 -
YUV 86.84 146.15 128.83 -
System Red Green Blue C M Y K H S L
Decimal 88 80 119 0.26 0.33 0 0.53 252.31 0.2 0.39
Hex 58 50 77 1A 21 0 35 FC 14 27
Octal 130 120 167 32 41 0 65 374 24 47
Binary 1011000 1010000 1110111 11010 100001 0 110101 11111100 10100 100111

Color Harmonies of #585077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585077

Black with #585077

Text Example


Text Example

White with #585077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585077; }

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

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

background-color css

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

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

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

border-color css

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

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

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