Html Css Color HEX #5D558D Victoria

📋 copy color: '#5D558D'

red 93 ◦ green 85 ◦ blue 141

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

Shades of Victoria #5D558D

Tints of Victoria #5D558D

RGB

 RED value IS 93 (36.72% from 255) = 29.15%

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

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

R = 29.15%
G = 26.65%
B = 44.2%

CMYK

 C value IS 0.34

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5D558D (or 0x5D558D) is known color: Victoria. HEX triplet: 5D, 55 and 8D. RGB value is (93,85,141). Sum of RGB (Red+Green+Blue) = 93+85+141=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #5D558D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D558D is #A2AA72. Grayscale: #5D5D5D. Windows color (decimal): -10660467 or 9262429. OLE color: 9262429.

HSL color Cylindrical-coordinate representation of color #5D558D: hue angle of 248.57º 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 #5D558D is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 93 85 141 -
CMYK 0.34 0.40 0 0.45
HSL 248.57º 0.25% 0.44% -
HSV(B) 248.57º 0.4% 0.55% -
XYZ 12.57 10.75 26.61 -
YUV 93.78 154.65 127.45 -
System Red Green Blue C M Y K H S L
Decimal 93 85 141 0.34 0.40 0 0.45 248.57 0.25 0.44
Hex 5D 55 8D 22 28 0 2D F9 19 2C
Octal 135 125 215 42 50 0 55 371 31 54
Binary 1011101 1010101 10001101 100010 101000 0 101101 11111001 11001 101100

Color Harmonies of #5D558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D558D

Black with #5D558D

Text Example


Text Example

White with #5D558D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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