Html Css Color HEX #5B558D Victoria

📋 copy color: '#5B558D'

red 91 ◦ green 85 ◦ blue 141

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

Shades of Victoria #5B558D

Tints of Victoria #5B558D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.81%

 BLUE value IS 141 (55.47% from 255) = 44.48%

R = 28.71%
G = 26.81%
B = 44.48%

CMYK

 C value IS 0.35

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5B558D (or 0x5B558D) is known color: Victoria. HEX triplet: 5B, 55 and 8D. RGB value is (91,85,141). Sum of RGB (Red+Green+Blue) = 91+85+141=317 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.71% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 141 - color contains mainly: blue. Hex color #5B558D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B558D is #A4AA72. Grayscale: #5C5C5C. Windows color (decimal): -10791539 or 9262427. OLE color: 9262427.

HSL color Cylindrical-coordinate representation of color #5B558D: hue angle of 246.43º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B558D is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 91 85 141 -
CMYK 0.35 0.40 0 0.45
HSL 246.43º 0.25% 0.44% -
HSV(B) 246.43º 0.4% 0.55% -
XYZ 12.37 10.64 26.6 -
YUV 93.18 154.99 126.45 -
System Red Green Blue C M Y K H S L
Decimal 91 85 141 0.35 0.40 0 0.45 246.43 0.25 0.44
Hex 5B 55 8D 23 28 0 2D F6 19 2C
Octal 133 125 215 43 50 0 55 366 31 54
Binary 1011011 1010101 10001101 100011 101000 0 101101 11110110 11001 101100

Color Harmonies of #5B558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B558D

Black with #5B558D

Text Example


Text Example

White with #5B558D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,85,141); }

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

background-color css

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

 a { background-color: rgb(91,85,141); }

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

border-color css

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

 span { border-color: rgb(91,85,141); }

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