Html Css Color HEX #585377 Victoria

📋 copy color: '#585377'

red 88 ◦ green 83 ◦ blue 119

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

Shades of Victoria #585377

Tints of Victoria #585377

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.62%

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

R = 30.34%
G = 28.62%
B = 41.03%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#585377 (or 0x585377) is known color: Victoria. HEX triplet: 58, 53 and 77. RGB value is (88,83,119). Sum of RGB (Red+Green+Blue) = 88+83+119=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 119 - color contains mainly: blue. Hex color #585377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585377 is #A7AC88. Grayscale: #585858. Windows color (decimal): -10988681 or 7820120. OLE color: 7820120.

HSL color Cylindrical-coordinate representation of color #585377: hue angle of 248.33º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #585377 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 83 119 -
CMYK 0.26 0.30 0 0.53
HSL 248.33º 0.18% 0.4% -
HSV(B) 248.33º 0.3% 0.47% -
XYZ 10.45 9.59 18.75 -
YUV 88.6 145.16 127.57 -
System Red Green Blue C M Y K H S L
Decimal 88 83 119 0.26 0.30 0 0.53 248.33 0.18 0.4
Hex 58 53 77 1A 1E 0 35 F8 12 28
Octal 130 123 167 32 36 0 65 370 22 50
Binary 1011000 1010011 1110111 11010 11110 0 110101 11111000 10010 101000

Color Harmonies of #585377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585377

Black with #585377

Text Example


Text Example

White with #585377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585377; }

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

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

background-color css

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

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

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

border-color css

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

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

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