Html Css Color HEX #5D5489 Victoria

📋 copy color: '#5D5489'

red 93 ◦ green 84 ◦ blue 137

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

Shades of Victoria #5D5489

Tints of Victoria #5D5489

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.75%

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

R = 29.62%
G = 26.75%
B = 43.63%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5D5489 (or 0x5D5489) is known color: Victoria. HEX triplet: 5D, 54 and 89. RGB value is (93,84,137). Sum of RGB (Red+Green+Blue) = 93+84+137=314 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.62% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 137 - color contains mainly: blue. Hex color #5D5489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5489 is #A2AB76. Grayscale: #5C5C5C. Windows color (decimal): -10660727 or 9000029. OLE color: 9000029.

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

Color convert

RGB 93 84 137 -
CMYK 0.32 0.39 0 0.46
HSL 250.19º 0.24% 0.43% -
HSV(B) 250.19º 0.39% 0.54% -
XYZ 12.2 10.47 25.05 -
YUV 92.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 93 84 137 0.32 0.39 0 0.46 250.19 0.24 0.43
Hex 5D 54 89 20 27 0 2E FA 18 2B
Octal 135 124 211 40 47 0 56 372 30 53
Binary 1011101 1010100 10001001 100000 100111 0 101110 11111010 11000 101011

Color Harmonies of #5D5489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5489

Black with #5D5489

Text Example


Text Example

White with #5D5489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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