Html Css Color HEX #5E5DAD Rich Blue

📋 copy color: '#5E5DAD'

red 94 ◦ green 93 ◦ blue 173

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

Shades of Rich Blue #5E5DAD

Tints of Rich Blue #5E5DAD

RGB

 RED value IS 94 (37.11% from 255) = 26.11%

 GREEN value IS 93 (36.72% from 255) = 25.83%

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

R = 26.11%
G = 25.83%
B = 48.06%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5E5DAD (or 0x5E5DAD) is known color: Rich Blue. HEX triplet: 5E, 5D and AD. RGB value is (94,93,173). Sum of RGB (Red+Green+Blue) = 94+93+173=360 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.11% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E5DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5DAD is #A1A252. Grayscale: #666666. Windows color (decimal): -10592851 or 11361630. OLE color: 11361630.

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

Color convert

RGB 94 93 173 -
CMYK 0.46 0.46 0 0.32
HSL 240.75º 0.33% 0.52% -
HSV(B) 240.75º 0.46% 0.68% -
XYZ 16.07 13.23 41.24 -
YUV 102.42 167.83 122 -
System Red Green Blue C M Y K H S L
Decimal 94 93 173 0.46 0.46 0 0.32 240.75 0.33 0.52
Hex 5E 5D AD 2E 2E 0 20 F1 21 34
Octal 136 135 255 56 56 0 40 361 41 64
Binary 1011110 1011101 10101101 101110 101110 0 100000 11110001 100001 110100

Color Harmonies of #5E5DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5DAD

Black with #5E5DAD

Text Example


Text Example

White with #5E5DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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