Html Css Color HEX #5B5077 Victoria

📋 copy color: '#5B5077'

red 91 ◦ green 80 ◦ blue 119

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

Shades of Victoria #5B5077

Tints of Victoria #5B5077

RGB

 RED value IS 91 (35.94% from 255) = 31.38%

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

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

R = 31.38%
G = 27.59%
B = 41.03%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5B5077 (or 0x5B5077) is known color: Victoria. HEX triplet: 5B, 50 and 77. RGB value is (91,80,119). Sum of RGB (Red+Green+Blue) = 91+80+119=290 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.38% from 290); Green value is 80 (31.64% from 255 or 27.59% 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 #5B5077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5077 is #A4AF88. Grayscale: #575757. Windows color (decimal): -10792841 or 7819355. OLE color: 7819355.

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

Color convert

RGB 91 80 119 -
CMYK 0.24 0.33 0 0.53
HSL 256.92º 0.2% 0.39% -
HSV(B) 256.92º 0.33% 0.47% -
XYZ 10.51 9.29 18.69 -
YUV 87.74 145.64 130.33 -
System Red Green Blue C M Y K H S L
Decimal 91 80 119 0.24 0.33 0 0.53 256.92 0.2 0.39
Hex 5B 50 77 18 21 0 35 101 14 27
Octal 133 120 167 30 41 0 65 401 24 47
Binary 1011011 1010000 1110111 11000 100001 0 110101 100000001 10100 100111

Color Harmonies of #5B5077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5077

Black with #5B5077

Text Example


Text Example

White with #5B5077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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