Html Css Color HEX #5B5097 Victoria

📋 copy color: '#5B5097'

red 91 ◦ green 80 ◦ blue 151

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

Shades of Victoria #5B5097

Tints of Victoria #5B5097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 46.89%

R = 28.26%
G = 24.84%
B = 46.89%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5B5097 (or 0x5B5097) is known color: Victoria. HEX triplet: 5B, 50 and 97. RGB value is (91,80,151). Sum of RGB (Red+Green+Blue) = 91+80+151=322 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.26% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 151 (59.38% from 255 or 46.89% from 322); Max value from RGB is 151 - color contains mainly: blue. Hex color #5B5097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5097 is #A4AF68. Grayscale: #5B5B5B. Windows color (decimal): -10792809 or 9916507. OLE color: 9916507.

HSL color Cylindrical-coordinate representation of color #5B5097: hue angle of 249.3º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B5097 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 91 80 151 -
CMYK 0.40 0.47 0 0.41
HSL 249.3º 0.31% 0.45% -
HSV(B) 249.3º 0.47% 0.59% -
XYZ 12.77 10.2 30.57 -
YUV 91.38 161.64 127.73 -
System Red Green Blue C M Y K H S L
Decimal 91 80 151 0.40 0.47 0 0.41 249.3 0.31 0.45
Hex 5B 50 97 28 2F 0 29 F9 1F 2D
Octal 133 120 227 50 57 0 51 371 37 55
Binary 1011011 1010000 10010111 101000 101111 0 101001 11111001 11111 101101

Color Harmonies of #5B5097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5097

Black with #5B5097

Text Example


Text Example

White with #5B5097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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