Html Css Color HEX #5B5090 Victoria

📋 copy color: '#5B5090'

red 91 ◦ green 80 ◦ blue 144

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

Shades of Victoria #5B5090

Tints of Victoria #5B5090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.71%

R = 28.89%
G = 25.4%
B = 45.71%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5B5090 (or 0x5B5090) is known color: Victoria. HEX triplet: 5B, 50 and 90. RGB value is (91,80,144). Sum of RGB (Red+Green+Blue) = 91+80+144=315 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.89% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #5B5090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5090 is #A4AF6F. Grayscale: #5A5A5A. Windows color (decimal): -10792816 or 9457755. OLE color: 9457755.

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

Color convert

RGB 91 80 144 -
CMYK 0.37 0.44 0 0.44
HSL 250.31º 0.29% 0.44% -
HSV(B) 250.31º 0.44% 0.56% -
XYZ 12.22 9.98 27.67 -
YUV 90.59 158.14 128.3 -
System Red Green Blue C M Y K H S L
Decimal 91 80 144 0.37 0.44 0 0.44 250.31 0.29 0.44
Hex 5B 50 90 25 2C 0 2C FA 1D 2C
Octal 133 120 220 45 54 0 54 372 35 54
Binary 1011011 1010000 10010000 100101 101100 0 101100 11111010 11101 101100

Color Harmonies of #5B5090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5090

Black with #5B5090

Text Example


Text Example

White with #5B5090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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