Html Css Color HEX #5D5BAD Rich Blue

📋 copy color: '#5D5BAD'

red 93 ◦ green 91 ◦ blue 173

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

Shades of Rich Blue #5D5BAD

Tints of Rich Blue #5D5BAD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.49%

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

R = 26.05%
G = 25.49%
B = 48.46%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5D5BAD (or 0x5D5BAD) is known color: Rich Blue. HEX triplet: 5D, 5B and AD. RGB value is (93,91,173). Sum of RGB (Red+Green+Blue) = 93+91+173=357 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.05% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #5D5BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5BAD is #A2A452. Grayscale: #646464. Windows color (decimal): -10658899 or 11361117. OLE color: 11361117.

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

Color convert

RGB 93 91 173 -
CMYK 0.46 0.47 0 0.32
HSL 241.46º 0.33% 0.52% -
HSV(B) 241.46º 0.47% 0.68% -
XYZ 15.8 12.83 41.18 -
YUV 100.95 168.66 122.33 -
System Red Green Blue C M Y K H S L
Decimal 93 91 173 0.46 0.47 0 0.32 241.46 0.33 0.52
Hex 5D 5B AD 2E 2F 0 20 F1 21 34
Octal 135 133 255 56 57 0 40 361 41 64
Binary 1011101 1011011 10101101 101110 101111 0 100000 11110001 100001 110100

Color Harmonies of #5D5BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5BAD

Black with #5D5BAD

Text Example


Text Example

White with #5D5BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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