Html Css Color HEX #5D59AD Rich Blue

📋 copy color: '#5D59AD'

red 93 ◦ green 89 ◦ blue 173

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

Shades of Rich Blue #5D59AD

Tints of Rich Blue #5D59AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.73%

R = 26.2%
G = 25.07%
B = 48.73%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5D59AD (or 0x5D59AD) is known color: Rich Blue. HEX triplet: 5D, 59 and AD. RGB value is (93,89,173). Sum of RGB (Red+Green+Blue) = 93+89+173=355 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.20% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #5D59AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D59AD is #A2A652. Grayscale: #636363. Windows color (decimal): -10659411 or 11360605. OLE color: 11360605.

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

Color convert

RGB 93 89 173 -
CMYK 0.46 0.49 0 0.32
HSL 242.86º 0.34% 0.51% -
HSV(B) 242.86º 0.49% 0.68% -
XYZ 15.63 12.49 41.12 -
YUV 99.77 169.33 123.17 -
System Red Green Blue C M Y K H S L
Decimal 93 89 173 0.46 0.49 0 0.32 242.86 0.34 0.51
Hex 5D 59 AD 2E 31 0 20 F3 22 33
Octal 135 131 255 56 61 0 40 363 42 63
Binary 1011101 1011001 10101101 101110 110001 0 100000 11110011 100010 110011

Color Harmonies of #5D59AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D59AD

Black with #5D59AD

Text Example


Text Example

White with #5D59AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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