Html Css Color HEX #5B5080 Victoria

📋 copy color: '#5B5080'

red 91 ◦ green 80 ◦ blue 128

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

Shades of Victoria #5B5080

Tints of Victoria #5B5080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 42.81%

R = 30.43%
G = 26.76%
B = 42.81%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5B5080 (or 0x5B5080) is known color: Victoria. HEX triplet: 5B, 50 and 80. RGB value is (91,80,128). Sum of RGB (Red+Green+Blue) = 91+80+128=299 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.43% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 128 - color contains mainly: blue. Hex color #5B5080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5080 is #A4AF7F. Grayscale: #585858. Windows color (decimal): -10792832 or 8409179. OLE color: 8409179.

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

Color convert

RGB 91 80 128 -
CMYK 0.29 0.38 0 0.50
HSL 253.75º 0.23% 0.41% -
HSV(B) 253.75º 0.38% 0.5% -
XYZ 11.08 9.52 21.68 -
YUV 88.76 150.14 129.6 -
System Red Green Blue C M Y K H S L
Decimal 91 80 128 0.29 0.38 0 0.50 253.75 0.23 0.41
Hex 5B 50 80 1D 26 0 32 FE 17 29
Octal 133 120 200 35 46 0 62 376 27 51
Binary 1011011 1010000 10000000 11101 100110 0 110010 11111110 10111 101001

Color Harmonies of #5B5080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5080

Black with #5B5080

Text Example


Text Example

White with #5B5080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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