#5D5BAA

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

Shades of Rich Blue #5D5BAA

Tints of Rich Blue #5D5BAA

Color information

#5D5BAA (or 0x5D5BAA) is unknown color: approx Rich Blue. HEX triplet: 5D, 5B and AA. RGB value is (93,91,170). Sum of RGB (Red+Green+Blue) = 93+91+170=354 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.27% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D5BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5BAA is #A2A455. Grayscale: #646464. Windows color (decimal): -10658902 or 11164509. OLE color: 11164509.

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

Color convert

RGB9391170-
CMYK0.450.4600.33
HSL241.52º31.73%51.18%-
HSV(B)241.52º46.47%66.67%-
XYZ15.5112.7139.67-
YUV100.6167.16122.58-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.27%
GREEN value IS 91 (35.94% from 255) = 25.71%
BLUE value IS 170 (66.80% from 255) = 48.02%
R=26.27%
G=25.71%
B=48.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal93911700.450.4600.33241.5231.7351.18
Hex5D5BAA2D2E021f22033
Octal13513325255560413624063
Binary1011101101101110101010101101101110010000111110010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D5BAA;
 }
 .AnyTagClassName
 {
   color: #5D5BAA;
 }
</style>
background-color css

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

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

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

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

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

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