Html Css Color HEX #5B5689 Victoria

📋 copy color: '#5B5689'

red 91 ◦ green 86 ◦ blue 137

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

Shades of Victoria #5B5689

Tints of Victoria #5B5689

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.39%

 BLUE value IS 137 (53.91% from 255) = 43.63%

R = 28.98%
G = 27.39%
B = 43.63%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5B5689 (or 0x5B5689) is known color: Victoria. HEX triplet: 5B, 56 and 89. RGB value is (91,86,137). Sum of RGB (Red+Green+Blue) = 91+86+137=314 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.98% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 137 - color contains mainly: blue. Hex color #5B5689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5689 is #A4A976. Grayscale: #5D5D5D. Windows color (decimal): -10791287 or 9000539. OLE color: 9000539.

HSL color Cylindrical-coordinate representation of color #5B5689: hue angle of 245.88º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B5689 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 91 86 137 -
CMYK 0.34 0.37 0 0.46
HSL 245.88º 0.23% 0.44% -
HSV(B) 245.88º 0.37% 0.54% -
XYZ 12.16 10.69 25.09 -
YUV 93.31 152.66 126.35 -
System Red Green Blue C M Y K H S L
Decimal 91 86 137 0.34 0.37 0 0.46 245.88 0.23 0.44
Hex 5B 56 89 22 25 0 2E F6 17 2C
Octal 133 126 211 42 45 0 56 366 27 54
Binary 1011011 1010110 10001001 100010 100101 0 101110 11110110 10111 101100

Color Harmonies of #5B5689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5689

Black with #5B5689

Text Example


Text Example

White with #5B5689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,86,137); }

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

background-color css

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

 a { background-color: rgb(91,86,137); }

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

border-color css

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

 span { border-color: rgb(91,86,137); }

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