Html Css Color HEX #5D5090 Victoria

📋 copy color: '#5D5090'

red 93 ◦ green 80 ◦ blue 144

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

Shades of Victoria #5D5090

Tints of Victoria #5D5090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.43%

R = 29.34%
G = 25.24%
B = 45.43%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5D5090 (or 0x5D5090) is known color: Victoria. HEX triplet: 5D, 50 and 90. RGB value is (93,80,144). Sum of RGB (Red+Green+Blue) = 93+80+144=317 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.34% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #5D5090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5090 is #A2AF6F. Grayscale: #5A5A5A. Windows color (decimal): -10661744 or 9457757. OLE color: 9457757.

HSL color Cylindrical-coordinate representation of color #5D5090: hue angle of 252.19º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5D5090 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 93 80 144 -
CMYK 0.35 0.44 0 0.44
HSL 252.19º 0.29% 0.44% -
HSV(B) 252.19º 0.44% 0.56% -
XYZ 12.42 10.08 27.68 -
YUV 91.18 157.81 129.3 -
System Red Green Blue C M Y K H S L
Decimal 93 80 144 0.35 0.44 0 0.44 252.19 0.29 0.44
Hex 5D 50 90 23 2C 0 2C FC 1D 2C
Octal 135 120 220 43 54 0 54 374 35 54
Binary 1011101 1010000 10010000 100011 101100 0 101100 11111100 11101 101100

Color Harmonies of #5D5090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5090

Black with #5D5090

Text Example


Text Example

White with #5D5090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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