Html Css Color HEX #5B537E Victoria

📋 copy color: '#5B537E'

red 91 ◦ green 83 ◦ blue 126

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

Shades of Victoria #5B537E

Tints of Victoria #5B537E

RGB

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

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

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

R = 30.33%
G = 27.67%
B = 42%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5B537E (or 0x5B537E) is known color: Victoria. HEX triplet: 5B, 53 and 7E. RGB value is (91,83,126). Sum of RGB (Red+Green+Blue) = 91+83+126=300 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.33% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 126 (49.61% from 255 or 42% from 300); Max value from RGB is 126 - color contains mainly: blue. Hex color #5B537E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B537E is #A4AC81. Grayscale: #5A5A5A. Windows color (decimal): -10792066 or 8278875. OLE color: 8278875.

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

Color convert

RGB 91 83 126 -
CMYK 0.28 0.34 0 0.51
HSL 251.16º 0.21% 0.41% -
HSV(B) 251.16º 0.34% 0.49% -
XYZ 11.17 9.92 21.06 -
YUV 90.29 148.15 128.5 -
System Red Green Blue C M Y K H S L
Decimal 91 83 126 0.28 0.34 0 0.51 251.16 0.21 0.41
Hex 5B 53 7E 1C 22 0 33 FB 15 29
Octal 133 123 176 34 42 0 63 373 25 51
Binary 1011011 1010011 1111110 11100 100010 0 110011 11111011 10101 101001

Color Harmonies of #5B537E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B537E

Black with #5B537E

Text Example


Text Example

White with #5B537E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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