Html Css Color HEX #5B507F Victoria

📋 copy color: '#5B507F'

red 91 ◦ green 80 ◦ blue 127

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

Shades of Victoria #5B507F

Tints of Victoria #5B507F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 42.62%

R = 30.54%
G = 26.85%
B = 42.62%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5B507F (or 0x5B507F) is known color: Victoria. HEX triplet: 5B, 50 and 7F. RGB value is (91,80,127). Sum of RGB (Red+Green+Blue) = 91+80+127=298 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.54% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 127 - color contains mainly: blue. Hex color #5B507F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B507F is #A4AF80. Grayscale: #585858. Windows color (decimal): -10792833 or 8343643. OLE color: 8343643.

HSL color Cylindrical-coordinate representation of color #5B507F: hue angle of 254.04º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B507F is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 91 80 127 -
CMYK 0.28 0.37 0 0.50
HSL 254.04º 0.23% 0.41% -
HSV(B) 254.04º 0.37% 0.5% -
XYZ 11.01 9.49 21.33 -
YUV 88.65 149.64 129.68 -
System Red Green Blue C M Y K H S L
Decimal 91 80 127 0.28 0.37 0 0.50 254.04 0.23 0.41
Hex 5B 50 7F 1C 25 0 32 FE 17 29
Octal 133 120 177 34 45 0 62 376 27 51
Binary 1011011 1010000 1111111 11100 100101 0 110010 11111110 10111 101001

Color Harmonies of #5B507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B507F

Black with #5B507F

Text Example


Text Example

White with #5B507F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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