#5D60BF

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

Shades of Rich Blue #5D60BF

Tints of Rich Blue #5D60BF

Color information

#5D60BF (or 0x5D60BF) is unknown color: approx Rich Blue. HEX triplet: 5D, 60 and BF. RGB value is (93,96,191). Sum of RGB (Red+Green+Blue) = 93+96+191=380 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.47% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #5D60BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D60BF is #A29F40. Grayscale: #696969. Windows color (decimal): -10657601 or 12542045. OLE color: 12542045.

HSL color Cylindrical-coordinate representation of color #5D60BF: hue angle of 238.16º 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 #5D60BF is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9396191-
CMYK0.510.5000.25
HSL238.16º43.36%55.69%-
HSV(B)238.16º51.31%74.9%-
XYZ18.114.4551.13-
YUV105.93176.01118.78-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.47%
GREEN value IS 96 (37.89% from 255) = 25.26%
BLUE value IS 191 (75% from 255) = 50.26%
R=24.47%
G=25.26%
B=50.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal93961910.510.5000.25238.1643.3655.69
Hex5D60BF3332019ee2b38
Octal13514027763620313565370
Binary101110111000001011111111001111001001100111101110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D60BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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