Html Css Color HEX #5B517E Victoria

📋 copy color: '#5B517E'

red 91 ◦ green 81 ◦ blue 126

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

Shades of Victoria #5B517E

Tints of Victoria #5B517E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 42.28%

R = 30.54%
G = 27.18%
B = 42.28%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5B517E (or 0x5B517E) is known color: Victoria. HEX triplet: 5B, 51 and 7E. RGB value is (91,81,126). Sum of RGB (Red+Green+Blue) = 91+81+126=298 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.54% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 126 (49.61% from 255 or 42.28% from 298); Max value from RGB is 126 - color contains mainly: blue. Hex color #5B517E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B517E is #A4AE81. Grayscale: #585858. Windows color (decimal): -10792578 or 8278363. OLE color: 8278363.

HSL color Cylindrical-coordinate representation of color #5B517E: hue angle of 253.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5B517E is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 91 81 126 -
CMYK 0.28 0.36 0 0.51
HSL 253.33º 0.22% 0.41% -
HSV(B) 253.33º 0.36% 0.49% -
XYZ 11.02 9.62 21.01 -
YUV 89.12 148.81 129.34 -
System Red Green Blue C M Y K H S L
Decimal 91 81 126 0.28 0.36 0 0.51 253.33 0.22 0.41
Hex 5B 51 7E 1C 24 0 33 FD 16 29
Octal 133 121 176 34 44 0 63 375 26 51
Binary 1011011 1010001 1111110 11100 100100 0 110011 11111101 10110 101001

Color Harmonies of #5B517E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B517E

Black with #5B517E

Text Example


Text Example

White with #5B517E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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