#5D55BE

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

Shades of Rich Blue #5D55BE

Tints of Rich Blue #5D55BE

Color information

#5D55BE (or 0x5D55BE) is unknown color: approx Rich Blue. HEX triplet: 5D, 55 and BE. RGB value is (93,85,190). Sum of RGB (Red+Green+Blue) = 93+85+190=368 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.27% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D55BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D55BE is #A2AA41. Grayscale: #626262. Windows color (decimal): -10660418 or 12473693. OLE color: 12473693.

HSL color Cylindrical-coordinate representation of color #5D55BE: hue angle of 244.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D55BE is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9385190-
CMYK0.510.5500.25
HSL244.57º44.68%53.92%-
HSV(B)244.57º55.26%74.51%-
XYZ17.0612.5450.24-
YUV99.36179.15123.46-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.27%
GREEN value IS 85 (33.59% from 255) = 23.10%
BLUE value IS 190 (74.61% from 255) = 51.63%
R=25.27%
G=23.10%
B=51.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal93851900.510.5500.25244.5744.6853.92
Hex5D55BE3337019f52d36
Octal13512527663670313655566
Binary101110110101011011111011001111011101100111110101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D55BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,85,190); }

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

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

 a { background-color: rgb(93,85,190); }

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

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

 span { border-color: rgb(93,85,190); }

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