#5D61BA

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

Shades of Rich Blue #5D61BA

Tints of Rich Blue #5D61BA

Color information

#5D61BA (or 0x5D61BA) is unknown color: approx Rich Blue. HEX triplet: 5D, 61 and BA. RGB value is (93,97,186). Sum of RGB (Red+Green+Blue) = 93+97+186=376 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.73% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D61BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D61BA is #A29E45. Grayscale: #696969. Windows color (decimal): -10657350 or 12214621. OLE color: 12214621.

HSL color Cylindrical-coordinate representation of color #5D61BA: hue angle of 237.42º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D61BA is Cyan = 0.5, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9397186-
CMYK0.50.4800.27
HSL237.42º40.26%54.71%-
HSV(B)237.42º50%72.94%-
XYZ17.6514.4248.31-
YUV105.95173.17118.76-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.73%
GREEN value IS 97 (38.28% from 255) = 25.80%
BLUE value IS 186 (73.05% from 255) = 49.47%
R=24.73%
G=25.80%
B=49.47%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal93971860.50.4800.27237.4240.2654.71
Hex5D61BA323001Bed2837
Octal13514127262600333555067
Binary101110111000011011101011001011000001101111101101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D61BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,97,186); }

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

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

 a { background-color: rgb(93,97,186); }

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

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

 span { border-color: rgb(93,97,186); }

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