#5D5EBF

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

Shades of Rich Blue #5D5EBF

Tints of Rich Blue #5D5EBF

Color information

#5D5EBF (or 0x5D5EBF) is unknown color: approx Rich Blue. HEX triplet: 5D, 5E and BF. RGB value is (93,94,191). Sum of RGB (Red+Green+Blue) = 93+94+191=378 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.60% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #5D5EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D5EBF is #A2A140. Grayscale: #686868. Windows color (decimal): -10658113 or 12541533. OLE color: 12541533.

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

Color convert

RGB9394191-
CMYK0.510.5100.25
HSL239.39º43.36%55.69%-
HSV(B)239.39º51.31%74.9%-
XYZ17.9214.0951.07-
YUV104.76176.67119.61-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.60%
GREEN value IS 94 (37.11% from 255) = 24.87%
BLUE value IS 191 (75% from 255) = 50.53%
R=24.60%
G=24.87%
B=50.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal93941910.510.5100.25239.3943.3655.69
Hex5D5EBF3333019ef2b38
Octal13513627763630313575370
Binary101110110111101011111111001111001101100111101111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,94,191); }

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

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

 a { background-color: rgb(93,94,191); }

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

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

 span { border-color: rgb(93,94,191); }

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