Html Css Color HEX #5D5983 Victoria

📋 copy color: '#5D5983'

red 93 ◦ green 89 ◦ blue 131

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

Shades of Victoria #5D5983

Tints of Victoria #5D5983

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.43%

 BLUE value IS 131 (51.56% from 255) = 41.85%

R = 29.71%
G = 28.43%
B = 41.85%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5D5983 (or 0x5D5983) is known color: Victoria. HEX triplet: 5D, 59 and 83. RGB value is (93,89,131). Sum of RGB (Red+Green+Blue) = 93+89+131=313 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.71% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 131 - color contains mainly: blue. Hex color #5D5983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5983 is #A2A67C. Grayscale: #5E5E5E. Windows color (decimal): -10659453 or 8608093. OLE color: 8608093.

HSL color Cylindrical-coordinate representation of color #5D5983: hue angle of 245.71º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5D5983 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 93 89 131 -
CMYK 0.29 0.32 0 0.49
HSL 245.71º 0.19% 0.43% -
HSV(B) 245.71º 0.32% 0.51% -
XYZ 12.18 11.11 22.98 -
YUV 94.98 148.33 126.58 -
System Red Green Blue C M Y K H S L
Decimal 93 89 131 0.29 0.32 0 0.49 245.71 0.19 0.43
Hex 5D 59 83 1D 20 0 31 F6 13 2B
Octal 135 131 203 35 40 0 61 366 23 53
Binary 1011101 1011001 10000011 11101 100000 0 110001 11110110 10011 101011

Color Harmonies of #5D5983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5983

Black with #5D5983

Text Example


Text Example

White with #5D5983

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,89,131); }

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

background-color css

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

 a { background-color: rgb(93,89,131); }

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

border-color css

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

 span { border-color: rgb(93,89,131); }

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