Html Css Color HEX #5D509D Rich Blue

📋 copy color: '#5D509D'

red 93 ◦ green 80 ◦ blue 157

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

Shades of Rich Blue #5D509D

Tints of Rich Blue #5D509D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.24%

 BLUE value IS 157 (61.72% from 255) = 47.58%

R = 28.18%
G = 24.24%
B = 47.58%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5D509D (or 0x5D509D) is known color: Rich Blue. HEX triplet: 5D, 50 and 9D. RGB value is (93,80,157). Sum of RGB (Red+Green+Blue) = 93+80+157=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D509D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D509D is #A2AF62. Grayscale: #5C5C5C. Windows color (decimal): -10661731 or 10309725. OLE color: 10309725.

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

Color convert

RGB 93 80 157 -
CMYK 0.41 0.49 0 0.38
HSL 250.13º 0.32% 0.46% -
HSV(B) 250.13º 0.49% 0.62% -
XYZ 13.47 10.5 33.21 -
YUV 92.67 164.31 128.24 -
System Red Green Blue C M Y K H S L
Decimal 93 80 157 0.41 0.49 0 0.38 250.13 0.32 0.46
Hex 5D 50 9D 29 31 0 26 FA 20 2E
Octal 135 120 235 51 61 0 46 372 40 56
Binary 1011101 1010000 10011101 101001 110001 0 100110 11111010 100000 101110

Color Harmonies of #5D509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D509D

Black with #5D509D

Text Example


Text Example

White with #5D509D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,80,157); }

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

background-color css

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

 a { background-color: rgb(93,80,157); }

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

border-color css

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

 span { border-color: rgb(93,80,157); }

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