#5D5BAD

Color #5D5BAD Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5D5BAD

Tints of Rich Blue #5D5BAD

Color information

#5D5BAD (or 0x5D5BAD) is unknown color: approx 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

RGB9391173-
CMYK0.460.4700.32
HSL241.46º33.33%51.76%-
HSV(B)241.46º47.4%67.84%-
XYZ15.812.8341.18-
YUV100.95168.66122.33-

RGB Variations

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

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 (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal93911730.460.4700.32241.4633.3351.76
Hex5D5BAD2E2F020f12134
Octal13513325556570403614164
Binary1011101101101110101101101110101111010000011110001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>