Html Css Color HEX #5D5279 Victoria

📋 copy color: '#5D5279'

red 93 ◦ green 82 ◦ blue 121

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

Shades of Victoria #5D5279

Tints of Victoria #5D5279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.7%

 BLUE value IS 121 (47.66% from 255) = 40.88%

R = 31.42%
G = 27.7%
B = 40.88%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5D5279 (or 0x5D5279) is known color: Victoria. HEX triplet: 5D, 52 and 79. RGB value is (93,82,121). Sum of RGB (Red+Green+Blue) = 93+82+121=296 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.42% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 121 (47.66% from 255 or 40.88% from 296); Max value from RGB is 121 - color contains mainly: blue. Hex color #5D5279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5279 is #A2AD86. Grayscale: #595959. Windows color (decimal): -10661255 or 7950941. OLE color: 7950941.

HSL color Cylindrical-coordinate representation of color #5D5279: hue angle of 256.92º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5D5279 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 93 82 121 -
CMYK 0.23 0.32 0 0.53
HSL 256.92º 0.19% 0.4% -
HSV(B) 256.92º 0.32% 0.47% -
XYZ 10.98 9.74 19.39 -
YUV 89.74 145.64 130.33 -
System Red Green Blue C M Y K H S L
Decimal 93 82 121 0.23 0.32 0 0.53 256.92 0.19 0.4
Hex 5D 52 79 17 20 0 35 101 13 28
Octal 135 122 171 27 40 0 65 401 23 50
Binary 1011101 1010010 1111001 10111 100000 0 110101 100000001 10011 101000

Color Harmonies of #5D5279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5279

Black with #5D5279

Text Example


Text Example

White with #5D5279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,82,121); }

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

background-color css

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

 a { background-color: rgb(93,82,121); }

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

border-color css

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

 span { border-color: rgb(93,82,121); }

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