Html Css Color HEX #5D5189 Victoria

📋 copy color: '#5D5189'

red 93 ◦ green 81 ◦ blue 137

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

Shades of Victoria #5D5189

Tints of Victoria #5D5189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 44.05%

R = 29.9%
G = 26.05%
B = 44.05%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5D5189 (or 0x5D5189) is known color: Victoria. HEX triplet: 5D, 51 and 89. RGB value is (93,81,137). Sum of RGB (Red+Green+Blue) = 93+81+137=311 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.90% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 137 - color contains mainly: blue. Hex color #5D5189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5189 is #A2AE76. Grayscale: #5A5A5A. Windows color (decimal): -10661495 or 8999261. OLE color: 8999261.

HSL color Cylindrical-coordinate representation of color #5D5189: hue angle of 252.86º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D5189 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 93 81 137 -
CMYK 0.32 0.41 0 0.46
HSL 252.86º 0.26% 0.43% -
HSV(B) 252.86º 0.41% 0.54% -
XYZ 11.97 10.02 24.97 -
YUV 90.97 153.98 129.45 -
System Red Green Blue C M Y K H S L
Decimal 93 81 137 0.32 0.41 0 0.46 252.86 0.26 0.43
Hex 5D 51 89 20 29 0 2E FD 1A 2B
Octal 135 121 211 40 51 0 56 375 32 53
Binary 1011101 1010001 10001001 100000 101001 0 101110 11111101 11010 101011

Color Harmonies of #5D5189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5189

Black with #5D5189

Text Example


Text Example

White with #5D5189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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