Html Css Color HEX #5D4F9E Rich Blue

📋 copy color: '#5D4F9E'

red 93 ◦ green 79 ◦ blue 158

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

Shades of Rich Blue #5D4F9E

Tints of Rich Blue #5D4F9E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.94%

 BLUE value IS 158 (62.11% from 255) = 47.88%

R = 28.18%
G = 23.94%
B = 47.88%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5D4F9E (or 0x5D4F9E) is known color: Rich Blue. HEX triplet: 5D, 4F and 9E. RGB value is (93,79,158). Sum of RGB (Red+Green+Blue) = 93+79+158=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 158 - color contains mainly: blue. Hex color #5D4F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D4F9E is #A2B061. Grayscale: #5B5B5B. Windows color (decimal): -10661986 or 10375005. OLE color: 10375005.

HSL color Cylindrical-coordinate representation of color #5D4F9E: hue angle of 250.63º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D4F9E is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 93 79 158 -
CMYK 0.41 0.50 0 0.38
HSL 250.63º 0.33% 0.46% -
HSV(B) 250.63º 0.5% 0.62% -
XYZ 13.48 10.39 33.64 -
YUV 92.19 165.14 128.58 -
System Red Green Blue C M Y K H S L
Decimal 93 79 158 0.41 0.50 0 0.38 250.63 0.33 0.46
Hex 5D 4F 9E 29 32 0 26 FB 21 2E
Octal 135 117 236 51 62 0 46 373 41 56
Binary 1011101 1001111 10011110 101001 110010 0 100110 11111011 100001 101110

Color Harmonies of #5D4F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4F9E

Black with #5D4F9E

Text Example


Text Example

White with #5D4F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,79,158); }

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

background-color css

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

 a { background-color: rgb(93,79,158); }

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

border-color css

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

 span { border-color: rgb(93,79,158); }

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