Html Css Color HEX #5B5179 Victoria

📋 copy color: '#5B5179'

red 91 ◦ green 81 ◦ blue 121

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

Shades of Victoria #5B5179

Tints of Victoria #5B5179

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.65%

 BLUE value IS 121 (47.66% from 255) = 41.3%

R = 31.06%
G = 27.65%
B = 41.3%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5B5179 (or 0x5B5179) is known color: Victoria. HEX triplet: 5B, 51 and 79. RGB value is (91,81,121). Sum of RGB (Red+Green+Blue) = 91+81+121=293 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.06% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 121 (47.66% from 255 or 41.30% from 293); Max value from RGB is 121 - color contains mainly: blue. Hex color #5B5179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5179 is #A4AE86. Grayscale: #585858. Windows color (decimal): -10792583 or 7950683. OLE color: 7950683.

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

Color convert

RGB 91 81 121 -
CMYK 0.25 0.33 0 0.53
HSL 255º 0.2% 0.4% -
HSV(B) 255º 0.33% 0.47% -
XYZ 10.71 9.49 19.36 -
YUV 88.55 146.31 129.75 -
System Red Green Blue C M Y K H S L
Decimal 91 81 121 0.25 0.33 0 0.53 255 0.2 0.4
Hex 5B 51 79 19 21 0 35 FF 14 28
Octal 133 121 171 31 41 0 65 377 24 50
Binary 1011011 1010001 1111001 11001 100001 0 110101 11111111 10100 101000

Color Harmonies of #5B5179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5179

Black with #5B5179

Text Example


Text Example

White with #5B5179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,81,121); }

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

background-color css

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

 a { background-color: rgb(91,81,121); }

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

border-color css

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

 span { border-color: rgb(91,81,121); }

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