Html Css Color HEX #5D5077 Victoria

📋 copy color: '#5D5077'

red 93 ◦ green 80 ◦ blue 119

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

Shades of Victoria #5D5077

Tints of Victoria #5D5077

RGB

 RED value IS 93 (36.72% from 255) = 31.85%

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

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

R = 31.85%
G = 27.4%
B = 40.75%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5D5077 (or 0x5D5077) is known color: Victoria. HEX triplet: 5D, 50 and 77. RGB value is (93,80,119). Sum of RGB (Red+Green+Blue) = 93+80+119=292 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.85% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 119 - color contains mainly: blue. Hex color #5D5077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5077 is #A2AF88. Grayscale: #585858. Windows color (decimal): -10661769 or 7819357. OLE color: 7819357.

HSL color Cylindrical-coordinate representation of color #5D5077: hue angle of 260º 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 #5D5077 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 93 80 119 -
CMYK 0.22 0.33 0 0.53
HSL 260º 0.2% 0.39% -
HSV(B) 260º 0.33% 0.47% -
XYZ 10.71 9.4 18.7 -
YUV 88.33 145.31 131.33 -
System Red Green Blue C M Y K H S L
Decimal 93 80 119 0.22 0.33 0 0.53 260 0.2 0.39
Hex 5D 50 77 16 21 0 35 104 14 27
Octal 135 120 167 26 41 0 65 404 24 47
Binary 1011101 1010000 1110111 10110 100001 0 110101 100000100 10100 100111

Color Harmonies of #5D5077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5077

Black with #5D5077

Text Example


Text Example

White with #5D5077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D5077; }

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

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

background-color css

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

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

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

border-color css

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

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

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