Html Css Color HEX #5B507E Victoria

📋 copy color: '#5B507E'

red 91 ◦ green 80 ◦ blue 126

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

Shades of Victoria #5B507E

Tints of Victoria #5B507E

RGB

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

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

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

R = 30.64%
G = 26.94%
B = 42.42%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5B507E (or 0x5B507E) is known color: Victoria. HEX triplet: 5B, 50 and 7E. RGB value is (91,80,126). Sum of RGB (Red+Green+Blue) = 91+80+126=297 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.64% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 126 - color contains mainly: blue. Hex color #5B507E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B507E is #A4AF81. Grayscale: #585858. Windows color (decimal): -10792834 or 8278107. OLE color: 8278107.

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

Color convert

RGB 91 80 126 -
CMYK 0.28 0.37 0 0.51
HSL 254.35º 0.22% 0.4% -
HSV(B) 254.35º 0.37% 0.49% -
XYZ 10.95 9.47 20.99 -
YUV 88.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 91 80 126 0.28 0.37 0 0.51 254.35 0.22 0.4
Hex 5B 50 7E 1C 25 0 33 FE 16 28
Octal 133 120 176 34 45 0 63 376 26 50
Binary 1011011 1010000 1111110 11100 100101 0 110011 11111110 10110 101000

Color Harmonies of #5B507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B507E

Black with #5B507E

Text Example


Text Example

White with #5B507E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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