Html Css Color HEX #5D5193 Victoria

📋 copy color: '#5D5193'

red 93 ◦ green 81 ◦ blue 147

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

Shades of Victoria #5D5193

Tints of Victoria #5D5193

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.23%

 BLUE value IS 147 (57.81% from 255) = 45.79%

R = 28.97%
G = 25.23%
B = 45.79%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5D5193 (or 0x5D5193) is known color: Victoria. HEX triplet: 5D, 51 and 93. RGB value is (93,81,147). Sum of RGB (Red+Green+Blue) = 93+81+147=321 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.97% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 147 - color contains mainly: blue. Hex color #5D5193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5193 is #A2AE6C. Grayscale: #5B5B5B. Windows color (decimal): -10661485 or 9654621. OLE color: 9654621.

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

Color convert

RGB 93 81 147 -
CMYK 0.37 0.45 0 0.42
HSL 250.91º 0.29% 0.45% -
HSV(B) 250.91º 0.45% 0.58% -
XYZ 12.72 10.32 28.92 -
YUV 92.11 158.98 128.63 -
System Red Green Blue C M Y K H S L
Decimal 93 81 147 0.37 0.45 0 0.42 250.91 0.29 0.45
Hex 5D 51 93 25 2D 0 2A FB 1D 2D
Octal 135 121 223 45 55 0 52 373 35 55
Binary 1011101 1010001 10010011 100101 101101 0 101010 11111011 11101 101101

Color Harmonies of #5D5193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5193

Black with #5D5193

Text Example


Text Example

White with #5D5193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,81,147); }

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

background-color css

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

 a { background-color: rgb(93,81,147); }

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

border-color css

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

 span { border-color: rgb(93,81,147); }

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