#65788D

Color #65788D Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #65788D

Tints of Slate Grey #65788D

Color information

#65788D (or 0x65788D) is unknown color: approx Slate Grey. HEX triplet: 65, 78 and 8D. RGB value is (101,120,141). Sum of RGB (Red+Green+Blue) = 101+120+141=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 141 - color contains mainly: blue. Hex color #65788D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65788D is #9A8772. Grayscale: #747474. Windows color (decimal): -10127219 or 9271397. OLE color: 9271397.

HSL color Cylindrical-coordinate representation of color #65788D: hue angle of 211.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #65788D is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB101120141-
CMYK0.280.1500.45
HSL211.5º16.53%47.45%-
HSV(B)211.5º28.37%55.29%-
XYZ16.8918.1227.81-
YUV116.71141.71116.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.90%
GREEN value IS 120 (47.27% from 255) = 33.15%
BLUE value IS 141 (55.47% from 255) = 38.95%
R=27.90%
G=33.15%
B=38.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1011201410.280.1500.45211.516.5347.45
Hex65788D1CF02Dd4112f
Octal14517021534170553242157
Binary110010111110001000110111100111101011011101010010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65788D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65788D; }

 p { color: rgb(101,120,141); }

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

<style>
 a { background-color: #65788D; }

 a { background-color: rgb(101,120,141); }

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

<style>
 span { border-color: #65788D; }

 span { border-color: rgb(101,120,141); }

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