#5D57BB

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

Shades of Rich Blue #5D57BB

Tints of Rich Blue #5D57BB

Color information

#5D57BB (or 0x5D57BB) is unknown color: approx Rich Blue. HEX triplet: 5D, 57 and BB. RGB value is (93,87,187). Sum of RGB (Red+Green+Blue) = 93+87+187=367 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.34% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #5D57BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D57BB is #A2A844. Grayscale: #636363. Windows color (decimal): -10659909 or 12277597. OLE color: 12277597.

HSL color Cylindrical-coordinate representation of color #5D57BB: hue angle of 243.6º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D57BB is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9387187-
CMYK0.500.5300.27
HSL243.6º42.37%53.73%-
HSV(B)243.6º53.48%73.33%-
XYZ16.8912.7348.58-
YUV100.19176.99122.87-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.34%
GREEN value IS 87 (34.38% from 255) = 23.71%
BLUE value IS 187 (73.44% from 255) = 50.95%
R=25.34%
G=23.71%
B=50.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal93871870.500.5300.27243.642.3753.73
Hex5D57BB323501Bf42a36
Octal13512727362650333645266
Binary101110110101111011101111001011010101101111110100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D57BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,87,187); }

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

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

 a { background-color: rgb(93,87,187); }

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

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

 span { border-color: rgb(93,87,187); }

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