Html Css Color HEX #5D5988 Victoria

📋 copy color: '#5D5988'

red 93 ◦ green 89 ◦ blue 136

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

Shades of Victoria #5D5988

Tints of Victoria #5D5988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 42.77%

R = 29.25%
G = 27.99%
B = 42.77%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5D5988 (or 0x5D5988) is known color: Victoria. HEX triplet: 5D, 59 and 88. RGB value is (93,89,136). Sum of RGB (Red+Green+Blue) = 93+89+136=318 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.25% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 136 - color contains mainly: blue. Hex color #5D5988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5988 is #A2A677. Grayscale: #5F5F5F. Windows color (decimal): -10659448 or 8935773. OLE color: 8935773.

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

Color convert

RGB 93 89 136 -
CMYK 0.32 0.35 0 0.47
HSL 245.11º 0.21% 0.44% -
HSV(B) 245.11º 0.35% 0.53% -
XYZ 12.53 11.25 24.8 -
YUV 95.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 93 89 136 0.32 0.35 0 0.47 245.11 0.21 0.44
Hex 5D 59 88 20 23 0 2F F5 15 2C
Octal 135 131 210 40 43 0 57 365 25 54
Binary 1011101 1011001 10001000 100000 100011 0 101111 11110101 10101 101100

Color Harmonies of #5D5988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5988

Black with #5D5988

Text Example


Text Example

White with #5D5988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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