#5D60D0

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

Shades of Slate Blue #5D60D0

Tints of Slate Blue #5D60D0

Color information

#5D60D0 (or 0x5D60D0) is unknown color: approx Slate Blue. HEX triplet: 5D, 60 and D0. RGB value is (93,96,208). Sum of RGB (Red+Green+Blue) = 93+96+208=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 208 (81.64% from 255 or 52.39% from 397); Max value from RGB is 208 - color contains mainly: blue. Hex color #5D60D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D60D0 is #A29F2F. Grayscale: #6B6B6B. Windows color (decimal): -10657584 or 13656157. OLE color: 13656157.

HSL color Cylindrical-coordinate representation of color #5D60D0: hue angle of 238.43º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D60D0 is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9396208-
CMYK0.550.5400.18
HSL238.43º55.02%59.02%-
HSV(B)238.43º55.29%81.57%-
XYZ20.0815.2561.56-
YUV107.87184.51117.39-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.43%
GREEN value IS 96 (37.89% from 255) = 24.18%
BLUE value IS 208 (81.64% from 255) = 52.39%
R=23.43%
G=24.18%
B=52.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal93962080.550.5400.18238.4355.0259.02
Hex5D60D03736012ee373b
Octal13514032067660223566773
Binary101110111000001101000011011111011001001011101110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D60D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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