Html Css Color HEX #5D5078 Victoria

📋 copy color: '#5D5078'

red 93 ◦ green 80 ◦ blue 120

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

Shades of Victoria #5D5078

Tints of Victoria #5D5078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40.96%

R = 31.74%
G = 27.3%
B = 40.96%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5D5078 (or 0x5D5078) is known color: Victoria. HEX triplet: 5D, 50 and 78. RGB value is (93,80,120). Sum of RGB (Red+Green+Blue) = 93+80+120=293 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.74% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 120 - color contains mainly: blue. Hex color #5D5078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5078 is #A2AF87. Grayscale: #585858. Windows color (decimal): -10661768 or 7884893. OLE color: 7884893.

HSL color Cylindrical-coordinate representation of color #5D5078: hue angle of 259.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5D5078 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 93 80 120 -
CMYK 0.22 0.33 0 0.53
HSL 259.5º 0.2% 0.39% -
HSV(B) 259.5º 0.33% 0.47% -
XYZ 10.77 9.42 19.02 -
YUV 88.45 145.81 131.25 -
System Red Green Blue C M Y K H S L
Decimal 93 80 120 0.22 0.33 0 0.53 259.5 0.2 0.39
Hex 5D 50 78 16 21 0 35 104 14 27
Octal 135 120 170 26 41 0 65 404 24 47
Binary 1011101 1010000 1111000 10110 100001 0 110101 100000100 10100 100111

Color Harmonies of #5D5078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5078

Black with #5D5078

Text Example


Text Example

White with #5D5078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,80,120); }

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

background-color css

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

 a { background-color: rgb(93,80,120); }

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

border-color css

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

 span { border-color: rgb(93,80,120); }

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